From 7b2b2472cf3f46aa01256212051a416c11188e1c Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 28 Sep 2014 15:25:07 -0400 Subject: [PATCH] include the project name in the project creation output --- src/leiningen/new/yawt.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/leiningen/new/yawt.clj b/src/leiningen/new/yawt.clj index d44e282..23209b3 100644 --- a/src/leiningen/new/yawt.clj +++ b/src/leiningen/new/yawt.clj @@ -72,7 +72,7 @@ [["src/{{path}}/db.clj" (render "src/root_ns/db_couchdb.clj" data)]]) (defn make-project! [options data] - (main/info "Generating a new YAWT project using options:" (str/join ", " options)) + (main/info "Generating a new YAWT project called" (:name data) "using options:" (str/join ", " options)) (apply ->files data (concat (get-base-files data)