From fbb7cd8b769711e884ca5a6bde92d75f4d0600ed Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 29 Apr 2013 09:49:25 +0300 Subject: fix wrong class name --- lib/gitlab/identifier.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gitlab/identifier.rb') 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 -- cgit v1.2.1