mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-17 08:30:04 +00:00
Merge branch 'master' of github.com:nishiki/manage-password
This commit is contained in:
commit
25f4f7280a
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ class Cli
|
|||
else
|
||||
puts "#{I18n.t('cli.display.error')}: #{@m.error_msg}"
|
||||
end
|
||||
|
||||
if not @m.checkconfig()
|
||||
puts "#{I18n.t('cli.display.error')}: #{@m.error_msg}"
|
||||
end
|
||||
end
|
||||
|
||||
# Request the GPG password and decrypt the file
|
||||
|
|
Loading…
Add table
Reference in a new issue