mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-17 11:10:23 +00:00
upgrades: Fix flag name in info message
Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
f968ac6023
commit
890ab87589
@ -346,8 +346,8 @@ def _check_and_dist_upgrade(develop=False, test_upgrade=False):
|
||||
return
|
||||
|
||||
if check_dist == 'testing' and not test_upgrade:
|
||||
print(f'Skipping dist-upgrade to {check_dist} since --test-upgrade is '
|
||||
'not set.')
|
||||
print(f'Skipping dist-upgrade to {check_dist} since --test is not '
|
||||
'set.')
|
||||
return
|
||||
|
||||
output = subprocess.check_output(['df', '--output=avail,pcent', '/'])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user