Skip to content

Commit 7cc350c

Browse files
lukaszkoreckibbatsov
authored andcommitted
Fix content-types.edn shadowing resource with the same name
1 parent f603588 commit 7cc350c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/cider/nrepl/middleware/slurp.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2020

2121
(def known-content-types
22-
(->> (io/resource "content-types.edn")
22+
(->> (io/resource "cider/nrepl/content-types.edn")
2323
(io/reader)
2424
(java.io.PushbackReader.)
2525
(edn/read)

0 commit comments

Comments
 (0)