From 890ab8758984bd5c34e20e8175e4fce07ee50d70 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 2 Nov 2020 06:52:19 -0500 Subject: [PATCH] upgrades: Fix flag name in info message Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- actions/upgrades | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/upgrades b/actions/upgrades index 2dd8c84be..6e1be7e58 100755 --- a/actions/upgrades +++ b/actions/upgrades @@ -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', '/'])