1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 02:33:19 +00:00

fix message in export function

This commit is contained in:
Adrien Waksberg 2017-03-03 21:57:21 +01:00
parent 55e46e1afa
commit 8fb83bd391

View file

@ -538,7 +538,7 @@ class Cli
File.open(file, 'w') {|f| f << data.to_yaml}
puts "#{I18n.t('form.export.valid', file)}".green
puts "#{I18n.t('form.export.valid', file: file)}".green
rescue Exception => e
puts "#{I18n.t('display.error')} #17: #{e}".red
end