Update clientbucket.rb

Missing bracket in prompt
This commit is contained in:
Andy Sykes 2013-01-04 15:44:52 +00:00
parent 7521dd1134
commit 6328f39dad
1 changed files with 1 additions and 1 deletions

View File

@ -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!