Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Fix identified attr bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Oct 23, 2014
1 parent d1704e6 commit 4435538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gratan/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def walk(file, options)
def create_user(user, host, attrs)
attrs[:options] ||= {}

unless attrs.has_key?(:identified)
unless attrs[:options].has_key?(:identified)
identified = @options[:identifier].identify(user, host)
attrs[:options][:identified] = identified if identified
end
Expand Down

0 comments on commit 4435538

Please sign in to comment.