diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/gitlab_update.rb | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ v1.0.4 - - requires gitlab b698094 + - requires gitlab c9ca15e - dont use post-receive file any more. Make all updates in update - fixed issue with invalid GL_USER - use GL_ID instead of GL_USER @@ -1 +1 @@ -1.0.3 +1.0.4 diff --git a/lib/gitlab_update.rb b/lib/gitlab_update.rb index d6d135b..156e385 100644 --- a/lib/gitlab_update.rb +++ b/lib/gitlab_update.rb @@ -18,7 +18,7 @@ class GitlabUpdate end def exec - # reset GL_USER env since we already + # reset GL_ID env since we already # get value from it ENV['GL_ID'] = nil |