Skip to content

Commit

Permalink
Move config file to resources/config.clj.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Mar 9, 2012
1 parent eb52a8e commit 9c38dcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/clojars/config.clj
@@ -1,4 +1,4 @@
(ns clojars.config
(:require [clojure.java.io :as io]))

(def config (read-string (slurp (io/resource "clojars/config.clj"))))
(def config (read-string (slurp (io/resource "config.clj"))))

0 comments on commit 9c38dcb

Please sign in to comment.