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

- old
+ new

@@ -82,10 +82,10 @@ say "You are about restore database #{backup.kind} for cloud #{backup.code_name} to state from #{backup.filename}" say_new_line ask_to_restore_database app.restore_backup(filename) say_new_line - say "Restore has been scheduled. Wait a few minutes till database is restored." + say "Restore has been scheduled. Wait a few minutes till database is restored.", :green rescue Client::NotFoundException => e case e.resource when :cloud say_error "You have no access to '#{app}' cloud defined in Cloudfile" when :database_backup