diff --git a/HISTORY.md b/HISTORY.md index 137c24b..f58a800 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/src/pmng.cr b/src/pmng.cr index c9a0f43..5e4b9cf 100644 --- a/src/pmng.cr +++ b/src/pmng.cr @@ -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