diff --git a/lib/Cli.rb b/lib/Cli.rb index 2b53ab3..cc67cd1 100644 --- a/lib/Cli.rb +++ b/lib/Cli.rb @@ -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