Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-29 10:49:25 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-29 10:49:25 +0400
commitfbb7cd8b769711e884ca5a6bde92d75f4d0600ed (patch)
tree380ff9f698a617fecb3b27d8f670ce199734c2db /lib/gitlab/identifier.rb
parenta1704273ecd8809f918e5776f4bc27490169ae2a (diff)
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