diff --git a/scripts/init-git-post-commit b/scripts/init-git-post-commit index 33f8d90..5b8941d 100755 --- a/scripts/init-git-post-commit +++ b/scripts/init-git-post-commit @@ -3,7 +3,7 @@ git config --global init.templatedir '~/.git-templates' mkdir -p ~/.git-templates/hooks -cat << EOF > ~/.bat/logo.svg +cat << EOF > ~/.git-templates/hooks/post-commit #!/bin/sh # Copy last commit hash to clipboard on commit