mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
fix backslash usage in example config command
This commit is contained in:
parent
23c77d2000
commit
bb2ec892aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue