diff --git a/.githooks/post-merge b/.githooks/post-merge index d0978d1fa4a5b8d0fd6029ec48da86e96b107a29..f4383062a3acfbae13d4c9d6a3ad4d26195bb6aa 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 --directory "$HOME" --always-make +make --directory "$HOME" --always-make --keep-going || true notify 'Installing Git hooks' Documents/bin/install-git-hooks notify 'Loading dconf config'