fix backslash usage in example config command

This commit is contained in:
Michael Sukkarieh 2024-10-16 19:08:42 -06:00
parent 23c77d2000
commit bb2ec892aa

View file

@ -80,7 +80,7 @@ Sourcebot supports indexing and searching through public and private repositorie
{ {
"Type": "github", "Type": "github",
"GitHubUser": "ggerganov", "GitHubUser": "ggerganov",
"Name": "^llama\\.cpp$" "Name": "^llama\\\\.cpp$"
} }
] ]
}' > my_config.json }' > my_config.json