summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/evernote/user_store.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/evernote/user_store.rb b/lib/evernote/user_store.rb
index 884ca24..152e267 100644
--- a/lib/evernote/user_store.rb
+++ b/lib/evernote/user_store.rb
@@ -12,7 +12,7 @@ module Evernote
credentials=credentials.inject({}) { |h,(k,v)| h[k.to_sym] = v; h } # convert any stringifyed hash keys into symbols
@consumer_key = credentials[:consumer_key]
- @consumer_secret = credentials[:consumer_key]
+ @consumer_secret = credentials[:consumer_secret]
@username = credentials[:username]
@password = credentials[:password]