Skip to content

Commit

Permalink
Fix more rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Jan 31, 2024
1 parent 10fbaba commit 4a8e60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/redmine_plugin_kit.rake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace :redmine_plugin_kit do
exit 2
end

Setting.where(name: "plugin_#{plugin}".to_sym).destroy_all
Setting.where(name: :"plugin_#{plugin}").destroy_all
Setting.clear_cache
puts "Setting for plugin #{plugin} has been dropped."
end
Expand Down

0 comments on commit 4a8e60c

Please sign in to comment.