Skip to content

Commit

Permalink
Fix smart quote in curl example (#8000)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Dec 3, 2024
1 parent 46382ac commit d249a0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/remote-bazel-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ Sample CURL request:

```bash
curl -d '{
"repo: "[email protected]:buildbuddy-io/buildbuddy.git",
"branch":"main",
"repo": "[email protected]:buildbuddy-io/buildbuddy.git",
"branch": "main",
"steps": [{"run": "bazel test //..."}]
}' \
-H "x-buildbuddy-api-key: YOUR_BUILDBUDDY_API_KEY" \
Expand Down

0 comments on commit d249a0b

Please sign in to comment.