summaryrefslogtreecommitdiffstats
path: root/git-hooks
diff options
context:
space:
mode:
Diffstat (limited to 'git-hooks')
-rwxr-xr-xgit-hooks/post-merge2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-hooks/post-merge b/git-hooks/post-merge
index 28c1ecb11..f80a03834 100755
--- a/git-hooks/post-merge
+++ b/git-hooks/post-merge
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
if [[ -z "$GIT_DIR" ]]; then
GIT_DIR="$(dirname "$(realpath "$0")")/../.git"