From d67f318ef16514ecb3625ed8ccf141346284b1c4 Mon Sep 17 00:00:00 2001 From: anatoly Date: Sun, 20 Dec 2015 02:03:03 -0500 Subject: [PATCH] [boot]: dissoc ensure snapshot branch --- build.boot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.boot b/build.boot index 5f92dd3..4585925 100644 --- a/build.boot +++ b/build.boot @@ -39,14 +39,14 @@ (comp (watch) - (repl)) - identity) + (repl))) (deftask test [] (set-env! :source-paths #(conj % "test" "test/clj")) ;; (!) :source-paths must not overlap. (bt/test)) (task-options! + push #(-> (into {} %) (assoc :ensure-branch nil)) pom {:project 'mount :version +version+ :description "managing Clojure and ClojureScript app state since (reset)"