file password file name

This commit is contained in:
Alexander Popov 2022-06-26 23:54:21 +03:00
parent 9fae7124be
commit a1bc755181
2 changed files with 4 additions and 2 deletions

View File

@ -6,8 +6,9 @@
- - Information
- ♻️ - Edited
## 0.2.4 - [02/05/2022]
## 0.2.4 - [Current develop]
- ✔️ - Fixed output finding records for all queryes
- ✔️ - Fixed check password file name info
## 0.2.3 - [02/05/2022]
- ♻️ - Password outdated date change to 3 month

View File

@ -76,7 +76,8 @@ if File.exists?(PASSWORD_FILE_PATH)
YAML.parse(file)
end
else
puts "No password.yml file exists."
print "~/.pwd.yml".colorize(:red).mode(:bold)
puts ": No such file"
exit(1)
end