From 67604fd6661757d360ff12acaf15c48123a821c5 Mon Sep 17 00:00:00 2001 From: "Eric D. Helms" Date: Mon, 9 Mar 2020 09:41:52 -0400 Subject: [PATCH] Refs #29052: Allow --upgrade to pass through --- katello/hooks/pre_validations/29-upgrade.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/katello/hooks/pre_validations/29-upgrade.rb b/katello/hooks/pre_validations/29-upgrade.rb index afd610fc..7483c9f4 100644 --- a/katello/hooks/pre_validations/29-upgrade.rb +++ b/katello/hooks/pre_validations/29-upgrade.rb @@ -1,3 +1,3 @@ if app_value(:upgrade) - fail_and_exit 'The --upgrade option has been removed. The installer will ensure the system is in the right state. The use of --upgrade is no longer needed.' + log_and_say(:warning, 'The --upgrade option has been removed. The installer will ensure the system is in the right state. The use of --upgrade is no longer needed.') end