Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-04-11 21:13:25 +0200
committerAnton Hvornum <anton.feeds@gmail.com>2019-04-11 21:13:25 +0200
commit3fb42df1626b6328864620c577b1e2b7e1b0c278 (patch)
treebf07bbcb8e1a9b7a02ff85f81ad61798d65e54e1 /archinstall.py
parent687685809af694ffeb3cc04570c51c2f500b1208 (diff)
Forgot to place the output some where.. oh i know.. in output...
Diffstat (limited to 'archinstall.py')
-rw-r--r--archinstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall.py b/archinstall.py
index 020f9790..7bfac35d 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -205,7 +205,7 @@ def update_git():
if os.path.isfile('/root/archinstall/README.md'):
os.remove('/root/archinstall/README.md')
- simple_command('(cd /root/archinstall; git reset --hard origin/$(git branch | grep "*" | cut -d\' \' -f 2))') # git reset --hard origin/<branch_name> / git fetch --all
+ output = simple_command('(cd /root/archinstall; git reset --hard origin/$(git branch | grep "*" | cut -d\' \' -f 2))') # git reset --hard origin/<branch_name> / git fetch --all
print(output)
if b'error:' in output: