Skip to content

Commit

Permalink
style(migrations): removed double brackets (#5309)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental authored Oct 3, 2023
1 parent 735c2d8 commit 11533ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/migrations/migrations.rake
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ namespace :migrations do
puts red "Unable to migrate Room:"
puts yellow "UID: #{r.uid}"
puts yellow "Name: #{params[:room][:name]}"
puts yellow "Provider: #{params[:room][:provider]}}"
puts yellow "Provider: #{params[:room][:provider]}"
puts red "Errors: #{JSON.parse(response.body.to_s)['errors']}"
has_encountred_issue = 1 # At least one of the migrations failed.
end
Expand Down

0 comments on commit 11533ed

Please sign in to comment.