From c02a5e81706e0537d2c3cb94a6eec57af722915b Mon Sep 17 00:00:00 2001 From: Jannik Zander Date: Thu, 16 Jun 2016 20:05:38 +0000 Subject: [PATCH] post-merge edited online with Bitbucket --- .config/git/templates/hooks/post-merge | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/git/templates/hooks/post-merge b/.config/git/templates/hooks/post-merge index f6c2774..d216886 100755 --- a/.config/git/templates/hooks/post-merge +++ b/.config/git/templates/hooks/post-merge @@ -1,4 +1,4 @@ #!/bin/sh -.git/hooks/ctags >/dev/null 2>&1 & -.git/hooks/gtags >/dev/null 2>&1 & -.git/hooks/cscope >/dev/null 2>&1 & +.dotfiles/hooks/ctags >/dev/null 2>&1 & +.dotfiles/hooks/gtags >/dev/null 2>&1 & +.dotfiles/hooks/cscope >/dev/null 2>&1 & -- 2.43.0