Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix compile error in environ-auth
This function doesn't seem to be used here, but maybe is in other
projects?

If not, maybe it should be deleted? I don't really know what it's for, I
just ran into the compile error.

It came from pull request Raynes#42, so I guess it's important.
  • Loading branch information
cbilson committed Dec 6, 2013
1 parent 5b1ed7c commit 92b9a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tentacles/core.clj
Expand Up @@ -136,6 +136,7 @@
(defn environ-auth
"Lookup :gh-username and :gh-password in environ (~/.lein/profiles.clj or .lein-env) and return a string auth.
Usage: (users/me {:auth (environ-auth)})"
[env]
(str (:gh-username env ) ":" (:gh-password env)))

(defn rate-limit
Expand Down

0 comments on commit 92b9a2b

Please sign in to comment.