aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Leech-Pepin <jonathan.leechpepin@gmail.com>2014-11-14 15:18:34 -0500
committerJonathan Leech-Pepin <jonathan.leechpepin@gmail.com>2014-11-14 15:18:34 -0500
commit2d8c61963146ee8fc32684c47b3a3761320e671a (patch)
tree3ba535bec012910267711bd68f711dc7c06650d3
parentff9298fdf3f35a6c110375445639f9e7bb41ec7f (diff)
Change `access-token` to `access_token` to match api key.
-rw-r--r--sx-auth.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-auth.el b/sx-auth.el
index 7912508..f32e7aa 100644
--- a/sx-auth.el
+++ b/sx-auth.el
@@ -64,7 +64,7 @@ questions)."
(if (string-equal "" sx-auth-access-token)
(progn (setq sx-auth-access-token nil)
(error "You must enter this code to use this client fully"))
- (sx-cache-set 'auth `((access-token . ,sx-auth-access-token)))))
+ (sx-cache-set 'auth `((access_token . ,sx-auth-access-token)))))
(provide 'sx-auth)
;;; sx-auth.el ends here