diff --git a/.github/install-hooks.sh b/.github/install-hooks.sh index 8aa34be9..2bad37c1 100755 --- a/.github/install-hooks.sh +++ b/.github/install-hooks.sh @@ -17,4 +17,3 @@ SCRIPT_PATH="$(realpath "$(dirname "$0")")" cp "${GOASSETS_PATH}/hooks/commit-msg.sh" "${SCRIPT_PATH}/../.git/hooks/commit-msg" cp "${GOASSETS_PATH}/hooks/pre-commit.sh" "${SCRIPT_PATH}/../.git/hooks/pre-commit" -cp "${GOASSETS_PATH}/hooks/pre-push.sh" "${SCRIPT_PATH}/../.git/hooks/pre-push"