Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 49cc522

Browse files
committed
Fix mdbook script naming
1 parent e7f0746 commit 49cc522

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

generate_book.sh generate-book.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ find ./src ! -type d -name '*.md' ! -path ./src ! -path ./src/SUMMARY.md -print0
2626
| sort -z \
2727
| while read -r -d '' file;
2828
do
29-
./format_tip_header.sh $file
29+
./format-tip-header.sh $file
3030
done
3131

3232
ln -frs README.md src/introduction.md

0 commit comments

Comments
 (0)