lib/instapusher2/commands.rb in instapusher2-0.0.4 vs lib/instapusher2/commands.rb in instapusher2-0.0.5
- old
+ new
@@ -48,10 +48,10 @@
def verify_api_key
@api_key = ENV['API_KEY'] || Instapusher2::Configuration.api_key(debug) || ""
if @api_key.to_s.length == 0
puts ''
- abort "No instapusher API key was found. Please execute instapusher --api-key to setup instapusher API key."
+ abort "No instapusher API key was found. Please execute instapusher2 --api-key to setup instapusher API key."
elsif debug
puts "api_key is #{@api_key}"
end
end