chore: Remove unnecessary code in pre-commit script

This commit is contained in:
2024-08-24 01:54:24 +02:00
parent 3241f0f63f
commit 9ec55bec69

View File

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