diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg index 5942463..d48435c 100755 --- a/.husky/prepare-commit-msg +++ b/.husky/prepare-commit-msg @@ -1,6 +1,3 @@ -#!/bin/bash -. "$(dirname "$0")/_/husky.sh" - # Check if it's an amend commit if [ "$2" = "commit" ]; then echo "Amendment detected, appending icon..."