diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-08-08 01:12:08 -0700 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-08-08 01:12:08 -0700 |
commit | fbaf8d8c12dcb9d820d250b9f9589318dbc36616 (patch) | |
tree | e1a99bd081ddc1f959845f4eba2f74ee5160b9ac /lib/gitlab_update.rb | |
parent | d3c3fbc6163ca13b16351214349bd5a7f5b729a3 (diff) | |
parent | 9e55cd4cd739088a08a78e1417982543847e6b32 (diff) | |
download | gitlab-shell-fbaf8d8c12dcb9d820d250b9f9589318dbc36616.tar.gz |
Merge pull request #78 from jojosch/typo-fixes
Fix typos
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 df58e8f..bb3c862 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 |