Navigation Menu

Skip to content

Commit

Permalink
Fix mismatched path to constant
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2015
1 parent 0ffb346 commit dea1014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/node_role.rb
Expand Up @@ -43,7 +43,7 @@ def to_s

private
def normalize(role)
role = Role::SERVICE_PROVIDER unless self.class.valid?(role)
role = SERVICE_PROVIDER unless self.class.valid?(role)
role
end
end
Expand Down

0 comments on commit dea1014

Please sign in to comment.