From 33d0f8d3ae29f3ddd682546cc7721b69fe6b7166 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Wed, 8 Jan 2025 20:35:01 +0100 Subject: [PATCH] Update example path (#61) --- bin/run-exercise-tests.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run-exercise-tests.clj b/bin/run-exercise-tests.clj index 1c44ed6..76d80f4 100755 --- a/bin/run-exercise-tests.clj +++ b/bin/run-exercise-tests.clj @@ -48,7 +48,7 @@ (path-str (:clojure-repo-path opts) "exercises" subdir slug))) (defn example-subpath [{:keys [practices]}] - (apply path-str ".meta" (if practices ["src" "example.clj"] ["exemplar.clj"]))) + (apply path-str ".meta" (if practices ["example.clj"] ["exemplar.clj"]))) (defn src-subpath [{:keys [slug]}] (path-str "src" (str (csk/->snake_case slug) ".clj")))