Skip to content

Commit

Permalink
upgrade to lein2
Browse files Browse the repository at this point in the history
  • Loading branch information
elisehuard committed Dec 18, 2012
1 parent a08d02a commit 1124299
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Expand Up @@ -19,4 +19,5 @@
(str database_host
(if (clojure.string/blank? database_user) "" (str "?user=" database_user))
(if (clojure.string/blank? database_pass) "" (str "&password=" database_pass))))))}
:ring {:handler wheelcrowd.routes/app})
:ring {:handler wheelcrowd.routes/app}
:min-lein-version "2.0.0")

0 comments on commit 1124299

Please sign in to comment.