Update clientbucket.rb

Missing bracket in prompt
master
Andy Sykes 11 years ago
parent 7521dd1134
commit 6328f39dad

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

Loading…
Cancel
Save