Skip to content

Commit 06504b4

Browse files
author
Bruce Hauman
committed
move global config to underscore
1 parent 91f6fca commit 06504b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebel-readline/src/rebel_readline/tools.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
(io/file (System/getProperty "user.home")
6969
".clojure")]
7070
(keep identity)
71-
(map #(io/file % "rebel-readline.edn"))
71+
(map #(io/file % "rebel_readline.edn"))
7272
(filter #(.exists %))
7373
first))
7474

0 commit comments

Comments
 (0)