Skip to content
Snippets Groups Projects
Unverified Commit 11533ede authored by Moritz's avatar Moritz Committed by GitHub
Browse files

style(migrations): removed double brackets (#5309)

parent 735c2d84
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,7 @@ namespace :migrations do ...@@ -168,7 +168,7 @@ namespace :migrations do
puts red "Unable to migrate Room:" puts red "Unable to migrate Room:"
puts yellow "UID: #{r.uid}" puts yellow "UID: #{r.uid}"
puts yellow "Name: #{params[:room][:name]}" 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']}" puts red "Errors: #{JSON.parse(response.body.to_s)['errors']}"
has_encountred_issue = 1 # At least one of the migrations failed. has_encountred_issue = 1 # At least one of the migrations failed.
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment