chore: Remove unnecessary code in pre-commit script

This commit is contained in:
Menno van Leeuwen 2024-08-24 01:54:24 +02:00
parent 3241f0f63f
commit 9ec55bec69
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -21,7 +21,4 @@ if [ -n "$unencrypted_files" ]; then
printfe "%s\n" "blue" "Use 'dotf secrets encrypt' to encrypt them before committing." printfe "%s\n" "blue" "Use 'dotf secrets encrypt' to encrypt them before committing."
exit 1 exit 1
fi fi
echo ""
printfe "%s\n" "blue" "They are not staged so you're good but be vigilant!"
fi fi