From f4fe5cae94bbb13eed1577172afd7fc1e4f80105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Wed, 11 Feb 2015 19:19:22 +0200 Subject: [PATCH] Fixed the post commit path. --- scripts/init-git-post-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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