Skip to content

Commit e032706

Browse files
committed
Fix invocation of curl in README to actually post the data for the query.
1 parent 13551c7 commit e032706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

triage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ be the parent commit that we use for the current round of triage.
2828
Use the API endpoint to automate building the file:
2929

3030
```
31-
% curl https://perf.rust-lang.org/perf/triage '{"start":"$PARENT","stat":"instructions:u"}' > YYYY-MM-DD.md
31+
% curl https://perf.rust-lang.org/perf/triage -d "{\"start\": \"$PARENT\"}" > YYYY-MM-DD.md
3232
```
3333

3434
## Analysis

0 commit comments

Comments
 (0)