file password file name
This commit is contained in:
parent
9fae7124be
commit
a1bc755181
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user