lib/shelly/cli/deploys.rb in shelly-0.1.8 vs lib/shelly/cli/deploys.rb in shelly-0.1.9

- old
+ new

@@ -51,19 +51,19 @@ rescue Client::NotFoundException => e case e.resource when :cloud say_error "You have no access to '#{app.code_name}' cloud defined in Cloudfile" when :log - say_error "Log not found, list all deploy logs using `shelly deploys list --cloud=#{app.code_name}`" + say_error "Log not found, list all deploy logs using `shelly deploys list --cloud=#{app.code_name}`" else raise end end no_tasks do def specify_log(log) unless log say_error "Specify log by passing date value or to see last log use:", :with_exit => false - say " shelly deploys show last" + say "`shelly deploys show last`" exit 1 end end end end