Skip to content

Commit

Permalink
move global config to underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Feb 28, 2018
1 parent 91f6fca commit 06504b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebel-readline/src/rebel_readline/tools.clj
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
(io/file (System/getProperty "user.home")
".clojure")]
(keep identity)
(map #(io/file % "rebel-readline.edn"))
(map #(io/file % "rebel_readline.edn"))
(filter #(.exists %))
first))

Expand Down

0 comments on commit 06504b4

Please sign in to comment.