lib/instapusher2/commands.rb in instapusher2-0.0.1 vs lib/instapusher2/commands.rb in instapusher2-0.0.2

- old
+ new

@@ -44,10 +44,10 @@ api_key: api_key } end end def verify_api_key - @api_key = ENV['API_KEY'] || Instapusher::Configuration.api_key(debug) || "" + @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."