Fix mispaste.

This commit is contained in:
Phil Hagelberg 2011-03-03 14:12:39 -08:00
parent 9cd4dc45f5
commit e56e201019

View file

@ -77,7 +77,7 @@ the dependency jars. Suitable for standalone distribution."
(ZipOutputStream.))]
(let [deps (->> (.listFiles (file (:library-path project)))
(filter #(.endsWith (.getName %) ".jar")))
jars (conj (vec deps) (file (get-jar-filename project)))]]
jars (conj (vec deps) (file (get-jar-filename project)))]
(write-components project jars out)))
(println "Created" standalone-filename))
(abort "Uberjar aborting because jar/compilation failed.")))