stupid typo

This commit is contained in:
2025-06-18 07:33:27 -06:00
parent 07920326cd
commit 52c872e037
+1 -1
View File
@@ -25,7 +25,7 @@ if [ ${#1} -ne 40 ]; then # check da length of da hashie boi
echo "First arguement should be the SHA1 hash, exactly 40 hex characters long. exiting"
fi
if [ ${#2} - ne 5 ]; then # maek sure da known chars are precisely 5 chars otherwise fail
if [ ${#2} -ne 5 ]; then # maek sure da known chars are precisely 5 chars otherwise fail
echo "Second argument should be exactly five characters! exiting"
exit
fi