diff options
Diffstat (limited to 'lib/gitlab_update.rb')
-rw-r--r-- | lib/gitlab_update.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_update.rb b/lib/gitlab_update.rb index c61d571..40ddc6e 100644 --- a/lib/gitlab_update.rb +++ b/lib/gitlab_update.rb @@ -27,7 +27,7 @@ class GitlabUpdate ENV['GL_ID'] = nil # If its push over ssh - # we need to check user persmission per branch first + # we need to check user permission per branch first if ssh? if api.allowed?('git-receive-pack', @repo_name, @key_id, @branch_name) update_redis |