commit 6cabec4e57108ff58e9f0f65be47ea4a3e5bc937 parent cedc6981383459d4dfc4690a154167494c3c7753 Author: pyratebeard <root@pyratebeard.net> Date: Thu, 8 Aug 2024 23:23:18 +0100 updates Diffstat:
M | .githooks/prepare-commit-msg | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.githooks/prepare-commit-msg b/.githooks/prepare-commit-msg @@ -1,3 +1,3 @@ -#commit=$1 -# -#echo "updates" >> $commit +commit=$1 + +echo "updates" >> $commit