diff options
author | Michael <michael@fallo.ws> | 2013-03-10 06:05:23 -0700 |
---|---|---|
committer | Michael <michael@fallo.ws> | 2013-03-10 06:05:23 -0700 |
commit | 4bbda0b2590fc5081638c113c7cf74b60c8680b2 (patch) | |
tree | 69023666966e396663ee13c52e3b4b2edbf535a4 /lib/gitlab_shell.rb | |
parent | 381f4cdb0e5c625dc3def0bc66085dcb0ccd4efc (diff) | |
parent | fc8bd8f760fac40287681894dfd9a45e8c4d0517 (diff) | |
download | gitlab-shell-4bbda0b2590fc5081638c113c7cf74b60c8680b2.tar.gz |
Merge pull request #1 from gitlabhq/master
Master Sync
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 |