fix wrong class name

This commit is contained in:
Dmitriy Zaporozhets 2013-04-29 09:49:25 +03:00
parent a1704273ec
commit fbb7cd8b76

View file

@ -1,7 +1,7 @@
# Detect user based on identifier like # Detect user based on identifier like
# key-13 or user-36 or last commit # key-13 or user-36 or last commit
module Gitlab module Gitlab
module Indentifier module Identifier
def identify(identifier, project, newrev) def identify(identifier, project, newrev)
if identifier.blank? if identifier.blank?
# Local push from gitlab # Local push from gitlab