Commit fbb7cd8b769711e884ca5a6bde92d75f4d0600ed

Authored by Dmitriy Zaporozhets
1 parent a1704273

fix wrong class name

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/gitlab/identifier.rb
1 # Detect user based on identifier like 1 # Detect user based on identifier like
2 # key-13 or user-36 or last commit 2 # key-13 or user-36 or last commit
3 module Gitlab 3 module Gitlab
4 - module Indentifier 4 + module Identifier
5 def identify(identifier, project, newrev) 5 def identify(identifier, project, newrev)
6 if identifier.blank? 6 if identifier.blank?
7 # Local push from gitlab 7 # Local push from gitlab