diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-14 14:02:18 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-14 14:02:18 +0200 |
commit | 12331a552b5921d6d212db774360a8f154fbffb0 (patch) | |
tree | dbcd2ec80f1ec70a5e92ba97bdcf5ae743da489c /lib/gitlab_shell.rb | |
parent | ba68af63031a396df644807e1a428b5364f457da (diff) | |
download | gitlab-shell-12331a552b5921d6d212db774360a8f154fbffb0.tar.gz |
Use update hook to add post event to redis. Use GL_ID instead of GL_USER
Diffstat (limited to 'lib/gitlab_shell.rb')
-rw-r--r-- | lib/gitlab_shell.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_shell.rb b/lib/gitlab_shell.rb index d821299..842714e 100644 --- a/lib/gitlab_shell.rb +++ b/lib/gitlab_shell.rb @@ -16,7 +16,7 @@ class GitlabShell parse_cmd if git_cmds.include?(@git_cmd) - ENV['GL_USER'] = @key_id + ENV['GL_ID'] = @key_id if validate_access process_cmd |