summaryrefslogtreecommitdiff
path: root/lib/post-receive-hook
diff options
context:
space:
mode:
authorSven Amonat <schorsch@wg-e26.de>2012-05-31 15:19:48 +0200
committerSven Amonat <schorsch@wg-e26.de>2012-05-31 15:19:48 +0200
commit6f229c4fb223026c7e9022765f62679dcf8d620e (patch)
treee0936a58ca3c1885ac35465b743ec313bd32816d /lib/post-receive-hook
parent45988ad817568c8559104014c77471e6dd2f2999 (diff)
downloadgitlab-ce-6f229c4fb223026c7e9022765f62679dcf8d620e.tar.gz
- fix bash path
Diffstat (limited to 'lib/post-receive-hook')
-rwxr-xr-xlib/post-receive-hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/post-receive-hook b/lib/post-receive-hook
index 93eb96c2a6d..d38bd13e19d 100755
--- a/lib/post-receive-hook
+++ b/lib/post-receive-hook
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# This file was placed here by Gitlab. It makes sure that your pushed commits
# will be processed properly.