From 0c83fb6e2669bfac1b4222f8227c6530bee9f4f0 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 21 Jun 2021 19:18:08 +0200 Subject: Show proper missing dependency --- .local/bin/bcrypt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1