diff options
Diffstat (limited to 'hooks/post-receive')
-rwxr-xr-x | hooks/post-receive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index 3504a48..a668207 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -4,7 +4,7 @@ # will be processed properly. refs = $stdin.read -key_id = ENV.delete('GL_ID') +key_id = ENV.delete('GL_ID') gl_repository = ENV.delete('GL_REPOSITORY') repo_path = Dir.pwd |