Skip to content

Commit bb2ec89

Browse files
Michael SukkariehMichael Sukkarieh
authored andcommitted
fix backslash usage in example config command
1 parent 23c77d2 commit bb2ec89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Sourcebot supports indexing and searching through public and private repositorie
8080
{
8181
"Type": "github",
8282
"GitHubUser": "ggerganov",
83-
"Name": "^llama\\.cpp$"
83+
"Name": "^llama\\\\.cpp$"
8484
}
8585
]
8686
}' > my_config.json

0 commit comments

Comments
 (0)