diff --git a/bin/actions/git/pre-commit b/bin/actions/git/pre-commit index 6e0a0de..101420f 100755 --- a/bin/actions/git/pre-commit +++ b/bin/actions/git/pre-commit @@ -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