Skip to content

Commit

Permalink
tools: fix nostarch build reference to mdbook-trpl
Browse files Browse the repository at this point in the history
Note that this is not urgent to land upstream because the script in
question is one only we run.
  • Loading branch information
chriskrycho committed Dec 5, 2024
1 parent 2f3bdf2 commit ec5b76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/nostarch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu

cargo build --release

cargo install --locked --path ./packages/mdbook_trpl --offline
cargo install --locked --path ./packages/mdbook-trpl --offline

mkdir -p tmp
rm -rf tmp/*.md
Expand Down

0 comments on commit ec5b76b

Please sign in to comment.