Skip to content

Commit

Permalink
Update example path (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Jan 8, 2025
1 parent 3aa080a commit 33d0f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-exercise-tests.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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")))
Expand Down

0 comments on commit 33d0f8d

Please sign in to comment.