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