From ec587b54c5a4794295a30a291034ec9d6bf0d515 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 14 Feb 2020 20:01:55 +0100 Subject: [PATCH] fix dir creation --- src/cryogen_core/classpath_able_io.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryogen_core/classpath_able_io.clj b/src/cryogen_core/classpath_able_io.clj index 1d41063..8a17f7f 100644 --- a/src/cryogen_core/classpath_able_io.clj +++ b/src/cryogen_core/classpath_able_io.clj @@ -126,7 +126,7 @@ ignore-patterns ;:- s/Str ] (let [resource-paths - (get-resource-paths-recursive fs-prefix base-path source-paths)] + (sort (get-resource-paths-recursive fs-prefix base-path source-paths))] (if (empty? resource-paths) (throw (IllegalArgumentException. (str "resource " resource-paths ", " source-paths " not found")))