Skip to content

Commit

Permalink
Refs #29052: Allow --upgrade to pass through
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms authored and ekohl committed Mar 9, 2020
1 parent 0b244f5 commit 67604fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 67604fd

Please sign in to comment.