mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-17 08:30:04 +00:00
fix bug
This commit is contained in:
parent
15fa2b8847
commit
31fc8af286
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ class Cli
|
|||
when 'quit', 'exit', 'q'
|
||||
break
|
||||
else
|
||||
if !command[0].nil? || !command[0].empty?
|
||||
if !command[0].nil? && !command[0].empty?
|
||||
puts 'Unknow command!'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue