lib/smallcage/commands/import.rb in smallcage-0.1.3 vs lib/smallcage/commands/import.rb in smallcage-0.1.4
- old
+ new
@@ -146,10 +146,10 @@
qps " /" + e.path
end
qps
end
- return y_or_n("Import these files?[yN]: ", false)
+ return y_or_n("Import these files?[Yn]: ", true)
end
private :confirm_entries
def y_or_n(prompt, default)
loop do
\ No newline at end of file