Update clientbucket.rb
Missing bracket in prompt
This commit is contained in:
parent
7521dd1134
commit
6328f39dad
@ -104,7 +104,7 @@ while true
|
|||||||
when "u"
|
when "u"
|
||||||
system("diff -u #{available_files[number][:contents_path]} #{target_path}")
|
system("diff -u #{available_files[number][:contents_path]} #{target_path}")
|
||||||
when "r"
|
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 = gets.strip
|
||||||
choice.chomp!
|
choice.chomp!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user