From 6328f39dadcf2e6c04771d2ef630c517f3e5403b Mon Sep 17 00:00:00 2001 From: Andy Sykes Date: Fri, 4 Jan 2013 15:44:52 +0000 Subject: [PATCH] Update clientbucket.rb Missing bracket in prompt --- clientbucket.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientbucket.rb b/clientbucket.rb index f360dea..4cb5aa9 100644 --- a/clientbucket.rb +++ b/clientbucket.rb @@ -104,7 +104,7 @@ while true when "u" system("diff -u #{available_files[number][:contents_path]} #{target_path}") when "r" - print "Restore to (default is to restore to #{target_path}: " + print "Restore to (default is to restore to #{target_path}): " choice = gets.strip choice.chomp!