Skip to content

Commit 33d0f8d

Browse files
Update example path (#61)
1 parent 3aa080a commit 33d0f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/run-exercise-tests.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
(path-str (:clojure-repo-path opts) "exercises" subdir slug)))
4949

5050
(defn example-subpath [{:keys [practices]}]
51-
(apply path-str ".meta" (if practices ["src" "example.clj"] ["exemplar.clj"])))
51+
(apply path-str ".meta" (if practices ["example.clj"] ["exemplar.clj"])))
5252

5353
(defn src-subpath [{:keys [slug]}]
5454
(path-str "src" (str (csk/->snake_case slug) ".clj")))

0 commit comments

Comments
 (0)