diff options
| -rwxr-xr-x | contrib/post-merge-hook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/post-merge-hook b/contrib/post-merge-hook index 4bbb1de7..66d006a1 100755 --- a/contrib/post-merge-hook +++ b/contrib/post-merge-hook @@ -16,7 +16,7 @@ set -e commit () { if [ -n "$(git status --short privdata/relocate config.hs)" ]; then - git commit privdata/relocate config.hs -m "$1" + git commit -m "$1" fi } |
