Skip to content

Commit cdfa587

Browse files
authored
Merge pull request #4137 from rust-lang/fix-nostarch-mdbook-trpl
tools: fix nostarch build reference to mdbook-trpl
2 parents 2f3bdf2 + ec5b76b commit cdfa587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/nostarch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44

55
cargo build --release
66

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

99
mkdir -p tmp
1010
rm -rf tmp/*.md

0 commit comments

Comments
 (0)