aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-06-21 19:18:08 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 12:01:20 +0200
commit0c83fb6e2669bfac1b4222f8227c6530bee9f4f0 (patch)
tree8a822aa46f911297527919e46fc24dc4bd5edc2a
parentf489ef3f81889748a91c0f01562095952b4296e4 (diff)
Show proper missing dependency
-rwxr-xr-x.local/bin/bcrypt2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/bcrypt b/.local/bin/bcrypt
index 11151ac..c2b1200 100755
--- a/.local/bin/bcrypt
+++ b/.local/bin/bcrypt
@@ -13,7 +13,7 @@ main()
# Check for dependencies
if ! which htpasswd > /dev/null 2>&1
then
- printf "Missing dependency from \$PATH: %s\n" "nigga"
+ printf "Missing dependency from \$PATH: %s\n" "htpasswd"
exit 1
fi