fix wrong class name
This commit is contained in:
parent
a1704273ec
commit
fbb7cd8b76
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue