From 86ee8e1bfda617a0f611aa88203052ba1e7cc7b3 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 2 Mar 2014 17:15:57 -0500 Subject: [PATCH] Fix syntax error --- lib/nirv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nirv.rb b/lib/nirv.rb index ecc2b6d..3cd26b3 100644 --- a/lib/nirv.rb +++ b/lib/nirv.rb @@ -71,7 +71,7 @@ def backup if File.open(BACKUP_FILE, 'w').write(result.to_json) @message = "Your account data has been downloaded and saved to #{BACKUP_FILE}" end - rescue Exception => e: + rescue Exception => e @message = "There was a problem: #{e.to_s}" end