aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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