mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +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
|
return
|
||||||
|
|
||||||
if check_dist == 'testing' and not test_upgrade:
|
if check_dist == 'testing' and not test_upgrade:
|
||||||
print(f'Skipping dist-upgrade to {check_dist} since --test-upgrade is '
|
print(f'Skipping dist-upgrade to {check_dist} since --test is not '
|
||||||
'not set.')
|
'set.')
|
||||||
return
|
return
|
||||||
|
|
||||||
output = subprocess.check_output(['df', '--output=avail,pcent', '/'])
|
output = subprocess.check_output(['df', '--output=avail,pcent', '/'])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user