summaryrefslogtreecommitdiff
path: root/lib/gitlab/identifier.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-29 09:49:25 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-29 09:49:25 +0300
commitfbb7cd8b769711e884ca5a6bde92d75f4d0600ed (patch)
tree380ff9f698a617fecb3b27d8f670ce199734c2db /lib/gitlab/identifier.rb
parenta1704273ecd8809f918e5776f4bc27490169ae2a (diff)
downloadgitlab-ce-fbb7cd8b769711e884ca5a6bde92d75f4d0600ed.tar.gz
fix wrong class name
Diffstat (limited to 'lib/gitlab/identifier.rb')
-rw-r--r--lib/gitlab/identifier.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/identifier.rb b/lib/gitlab/identifier.rb
index 19cb5c38a53..a1ff248a77f 100644
--- a/lib/gitlab/identifier.rb
+++ b/lib/gitlab/identifier.rb
@@ -1,7 +1,7 @@
# Detect user based on identifier like
# key-13 or user-36 or last commit
module Gitlab
- module Indentifier
+ module Identifier
def identify(identifier, project, newrev)
if identifier.blank?
# Local push from gitlab