Skip to content

Commit

Permalink
Fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaffans committed Dec 30, 2015
1 parent 8f3aef4 commit db1bd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2015-12-30-clojure-lambda.markdown
Expand Up @@ -86,7 +86,7 @@ overridden by both a file in an S3 bucket and a file that is available only loca
[clojure.tools.logging :as log])
(:refer-clojure :exclude [get]))

(defn base-config
(defn- base-config
[]
(io/resource "config.edn"))

Expand Down

0 comments on commit db1bd42

Please sign in to comment.