Skip to content

Commit

Permalink
Make KSecAttPassword a 4 letter string like the real constants
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrous26 committed Apr 9, 2011
1 parent 7081004 commit c102738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mr_keychain.rb
Expand Up @@ -10,7 +10,7 @@ module Keychain
# This is a special constant that allows {Keychain::Item} to treat a
# password as if it were like the other keychain item attributes.
# @return [Symbol]
KSecAttrPassword = :password
KSecAttrPassword = 'pass'
end

require 'mr_keychain/core_ext'
Expand Down

0 comments on commit c102738

Please sign in to comment.