Skip to content

Commit

Permalink
Fixes #16922 - Make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka committed Sep 11, 2017
1 parent d862218 commit 4c9904b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/foreman_tasks/cleaner.rb
Expand Up @@ -51,7 +51,7 @@ def self.cleanup_settings
end

def self.actions_by_rules(actions_with_periods)
disable_actions_with_periods = "label !^ (#{actions_with_periods.keys.join(', ') })"
disable_actions_with_periods = "label !^ (#{actions_with_periods.keys.join(', ')})"
cleanup_settings.fetch(:rules, []).map do |hash|
return nil if hash[:after].nil?
conditions = []
Expand Down

0 comments on commit 4c9904b

Please sign in to comment.