Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
rubocop -A
Browse files Browse the repository at this point in the history
  • Loading branch information
sengi committed Feb 12, 2024
1 parent d74b0d5 commit b4474eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/backend.rake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace :backend do
search_string = args[:search_string]
replace_string = args[:replace_string]

Backend.all.each do |backend|
Backend.all.find_each do |backend|
old_url = backend.backend_url
new_url = old_url.gsub(search_string, replace_string)

Expand Down

0 comments on commit b4474eb

Please sign in to comment.