Skip to content

Commit 7aca562

Browse files
committed
fix AGENTS.md
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
1 parent c660607 commit 7aca562

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
time you reach a stopping point or think you've finished work.
99
* run `cargo +nightly fmt --all` to format Rust source files. Please do this every time you reach a stopping point or
1010
think you've finished work.
11-
* run `cargo xtask public-api` to re-generate the public API lock files. Please do this every time you reach a stopping
11+
* run `./scripts/public-api.sh` to re-generate the public API lock files. Please do this every time you reach a stopping
1212
point or think you've finished work.
1313
* you can try running
1414
`cargo fix --lib --allow-dirty --allow-staged && cargo clippy --fix --lib --allow-dirty --allow-staged` to

0 commit comments

Comments
 (0)