diff options
-rw-r--r-- | stack-auth.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack-auth.el b/stack-auth.el index d450754..99e0177 100644 --- a/stack-auth.el +++ b/stack-auth.el @@ -67,7 +67,7 @@ questions)." (if (string-equal "" stack-auth-access-token) (progn (setq stack-auth-access-token nil) (error "You must enter this code to use this client fully")) - (stack-cache-set "auth" `((access-token . ,stack-auth-access-token))))) + (stack-cache-set "auth.el" `((access-token . ,stack-auth-access-token))))) (provide 'stack-auth) ;;; stack-auth.el ends here |