Skip to content

Commit

Permalink
Fix connectors registration warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoizueta committed Jun 5, 2020
1 parent b88f8db commit 495a338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/connectors_api.rake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace :cartodb do
Carto::ConnectorProvider.create! name: provider_name
end
end
providers = Carto::Connector.providers(all: true).keys.map { |name| "'#{name}'" }
providers = Carto::Connector.providers(all: true).keys
Carto::ConnectorProvider.where.not(name: providers).each do |provider|
puts "Provider #{provider.name} is not configured in the code!"
end
Expand Down

0 comments on commit 495a338

Please sign in to comment.