1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-20 01:50:04 +00:00
This commit is contained in:
nishiki 2013-09-09 22:45:14 +02:00
parent 15fa2b8847
commit 31fc8af286

View file

@ -293,7 +293,7 @@ class Cli
when 'quit', 'exit', 'q' when 'quit', 'exit', 'q'
break break
else else
if !command[0].nil? || !command[0].empty? if !command[0].nil? && !command[0].empty?
puts 'Unknow command!' puts 'Unknow command!'
end end
end end