Skip to content

Commit

Permalink
Merge pull request #4137 from rust-lang/fix-nostarch-mdbook-trpl
Browse files Browse the repository at this point in the history
tools: fix nostarch build reference to mdbook-trpl
  • Loading branch information
chriskrycho authored Dec 5, 2024
2 parents 2f3bdf2 + ec5b76b commit cdfa587
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 cdfa587

Please sign in to comment.