mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-20 01:50:04 +00:00
fix message in export function
This commit is contained in:
parent
55e46e1afa
commit
8fb83bd391
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue