turbot 0.0.20 → 0.0.21
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/turbot/command/bots.rb +1 -2
- data/lib/turbot/version.rb +1 -1
- metadata +1 -1
data/lib/turbot/command/bots.rb
CHANGED
@@ -291,8 +291,7 @@ class Turbot::Command::Bots < Turbot::Command::Base
|
|
291
291
|
result = api.create_draft_data(bot, config, batch.to_json)
|
292
292
|
end
|
293
293
|
puts "Sent #{count} records."
|
294
|
-
|
295
|
-
puts "View your records at 'http://turbot.opencorporates.com/bots/#{index_name}'"
|
294
|
+
puts "View your records at #{result.data[:url]}"
|
296
295
|
end
|
297
296
|
|
298
297
|
private
|
data/lib/turbot/version.rb
CHANGED