From 1b4d1b345c66c62616d2e429fe2229ff04a278cb Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Sat, 10 Aug 2013 18:17:39 -0700 Subject: [PATCH] Refer to checkout-deps-paths as a var instead of a raw fn. Might fix #1286. --- leiningen-core/src/leiningen/core/project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leiningen-core/src/leiningen/core/project.clj b/leiningen-core/src/leiningen/core/project.clj index cb6efb61..1b2efff9 100755 --- a/leiningen-core/src/leiningen/core/project.clj +++ b/leiningen-core/src/leiningen/core/project.clj @@ -368,7 +368,7 @@ :test-paths :resource-paths :compile-path - classpath/checkout-deps-paths]} + #'classpath/checkout-deps-paths]} :leiningen/test {:injections [hooke-injection] :test-selectors {:default (with-meta '(constantly true)