Skip to content

Commit

Permalink
Update lib/foreman_maintain/update_runner.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Evgeni Golov <evgeni@golov.de>
  • Loading branch information
ehelms and evgeni authored Aug 27, 2024
1 parent 1945e30 commit 007680c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/foreman_maintain/update_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def initialize(reporter, options = {})
end

def available?
condition = { :tags => [:update_scenario, :pre_upgrade_checks] }
condition = { :tags => [:update_scenario, :pre_update_checks] }
matching_scenarios = find_scenarios(condition)
!matching_scenarios.empty?
end
Expand Down

0 comments on commit 007680c

Please sign in to comment.