diff --git a/.githooks/post-merge b/.githooks/post-merge index c606042092f8906123094f0d1fe2a1d71416d8fe..d0978d1fa4a5b8d0fd6029ec48da86e96b107a29 100755 --- a/.githooks/post-merge +++ b/.githooks/post-merge @@ -5,7 +5,7 @@ notify () { printf '\n\e[1;94m=== %s ====\e[0m\n\n' "$1" >&2; } cd "$(git rev-parse --show-toplevel)" notify 'Generating some configuration and private files.' -make +make --directory "$HOME" --always-make notify 'Installing Git hooks' Documents/bin/install-git-hooks notify 'Loading dconf config'