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:
James Valleroy 2020-11-02 06:52:19 -05:00 committed by Sunil Mohan Adapa
parent f968ac6023
commit 890ab87589
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -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', '/'])