Skip to content

Commit

Permalink
make the cop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Oct 10, 2024
1 parent a6b7289 commit f935d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/foreman_maintain/concerns/downstream.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def satellite_maintain_target_version

def satellite_upgrade_allowed?
current_minor_version == satellite_maintain_config['previous_satellite_version'] ||
ForemanMaintain.upgrade_in_progress == satellite_maintain_config['current_satellite_version']
ForemanMaintain.upgrade_in_progress == satellite_maintain_target_version
end

private
Expand Down

0 comments on commit f935d09

Please sign in to comment.