Skip to content

Commit

Permalink
Fix broken init task.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Sep 25, 2012
1 parent 7fac9e1 commit 7e723f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/immutant/init.clj
Expand Up @@ -7,7 +7,7 @@

(defn sample-immutant-clj [project]
(if lein2?
(((resolve 'leiningen.new.templates/renderer) "immutant") "immutant.clj" project)
(((lj/try-resolve 'leiningen.new.templates/renderer) "immutant") "immutant.clj" project)
(str/replace (slurp (io/resource "leiningen/new/immutant/immutant.clj"))
#"(\{\{raw-name\}\}|\{\{namespace\}\}|\{\{nested-dirs\}\})"
(:name project))))
Expand Down

0 comments on commit 7e723f6

Please sign in to comment.