Skip to content

Commit 5517c81

Browse files
committed
Fix test
1 parent 5159da7 commit 5517c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eca/features/tools.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
[name (-> tool
4646
(assoc :name name)
4747
(update :description #(-> %
48-
(string/replace #"{workspaceRoots}" (constantly (tools.util/workspace-roots-strs db))))))]))
48+
(string/replace #"\{workspaceRoots\}" (constantly (tools.util/workspace-roots-strs db))))))]))
4949
(merge {}
5050
f.tools.filesystem/definitions
5151
f.tools.shell/definitions

0 commit comments

Comments
 (0)