From 9ec55bec6955161e63f3f4f4a4fe498c5966b15d Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Sat, 24 Aug 2024 01:54:24 +0200 Subject: [PATCH] chore: Remove unnecessary code in pre-commit script --- bin/actions/git/pre-commit | 3 --- 1 file changed, 3 deletions(-) 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