Skip to content

Commit 4a8e60c

Browse files
Fix more rubocop offenses
1 parent 10fbaba commit 4a8e60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/redmine_plugin_kit.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace :redmine_plugin_kit do
1515
exit 2
1616
end
1717

18-
Setting.where(name: "plugin_#{plugin}".to_sym).destroy_all
18+
Setting.where(name: :"plugin_#{plugin}").destroy_all
1919
Setting.clear_cache
2020
puts "Setting for plugin #{plugin} has been dropped."
2121
end

0 commit comments

Comments
 (0)