diff options
| author | Sven Amonat <schorsch@wg-e26.de> | 2012-05-31 15:19:48 +0200 |
|---|---|---|
| committer | Sven Amonat <schorsch@wg-e26.de> | 2012-05-31 15:19:48 +0200 |
| commit | 6f229c4fb223026c7e9022765f62679dcf8d620e (patch) | |
| tree | e0936a58ca3c1885ac35465b743ec313bd32816d /lib/post-receive-hook | |
| parent | 45988ad817568c8559104014c77471e6dd2f2999 (diff) | |
| download | gitlab-ce-6f229c4fb223026c7e9022765f62679dcf8d620e.tar.gz | |
- fix bash path
Diffstat (limited to 'lib/post-receive-hook')
| -rwxr-xr-x | lib/post-receive-hook | 2 |
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. |
