Skip to content

Commit c59dea7

Browse files
iperdomobbatsov
authored andcommitted
[#2988] Explicit translate /root/.m2 to make the doc clearer
1 parent 815204f commit c59dea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/config/basic_config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ translation mappings easily by setting the following (typically in `.dir-locals.
185185
[source,lisp]
186186
----
187187
((nil
188-
(cider-path-translations . (("/root" . "/Users/foo")
188+
(cider-path-translations . (("/root/.m2" . "/Users/foo/.m2")
189189
("/src/" . "/Users/foo/projects")))))
190190
----
191191

0 commit comments

Comments
 (0)