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+github@gmail.com>2019-11-13 22:48:33 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-11-13 22:48:33 +0000
commit010e931aeb5ca40577e9e7db933c31b8fa594eb3 (patch)
treee371b5c6a68bdad89cdc728478e2d206a5cba34d /archinstall.py
parent9627e2079b663b9dfdd561001255eb1aca26014d (diff)
Added debug
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 4c4fd116..35938763 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -338,7 +338,7 @@ def update_git(branch='master'):
if branch != 'master':
on_branch = simple_command('(cd /root/archinstall; git branch | grep "*" | cut -d\' \' -f 2)')
if on_branch.strip().lower() != branch.strip().lower():
- print(f'[N] Changing branch to {branch}')
+ print(f'[N] Changing branch from {on_branch} to {branch}')
output = simple_command(f'(cd /root/archinstall; git checkout {branch}; git pull)')
print('[N] Rebooting the new branch')
if not 'rebooted' in args: