diff --git a/src/clj_github/token.clj b/src/clj_github/token.clj index bd422dd..5d4ef18 100644 --- a/src/clj_github/token.clj +++ b/src/clj_github/token.clj @@ -12,7 +12,7 @@ (def hub-config (memoize (fn [] - (some-> (io/file (System/getenv "HOME") ".config/hub") + (some-> (io/file (System/getProperty "user.home") ".config/hub") file-exists-or-nil (slurp) yaml/parse-string