diff options
author | Sitaram Chamarty <sitaram@atc.tcs.com> | 2016-11-25 18:16:33 +0530 |
---|---|---|
committer | Sitaram Chamarty <sitaram@atc.tcs.com> | 2016-11-25 18:16:33 +0530 |
commit | 72c02387f6e1a9d2791dd78533d0c3e909400715 (patch) | |
tree | 85f6499af47ebe24434a7954d1fc0717560e3d87 | |
parent | fix up command help for 'list-users' and 'list-members' (diff) | |
download | gitolite-gentoo-72c02387f6e1a9d2791dd78533d0c3e909400715.tar.gz gitolite-gentoo-72c02387f6e1a9d2791dd78533d0c3e909400715.tar.bz2 gitolite-gentoo-72c02387f6e1a9d2791dd78533d0c3e909400715.zip |
fix shebang in repo-specific-hooks
(thanks to Dieter on the mailing list for catching this!)
-rwxr-xr-x | src/triggers/repo-specific-hooks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/triggers/repo-specific-hooks b/src/triggers/repo-specific-hooks index 7ed28e5..6e229ea 100755 --- a/src/triggers/repo-specific-hooks +++ b/src/triggers/repo-specific-hooks @@ -85,7 +85,7 @@ for my $repo (keys %repo_hooks) { } __DATA__ -#/bin/sh +#!/bin/sh # Determine what input the hook needs # post-update takes args, pre/post-receive take stdin |