1
0

Fix new_tex_uwletter to use master branch on master

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-29 10:56:30 -07:00
parent ce94879122
commit c89a06cb19

View File

@@ -18,7 +18,7 @@ then
WORK_DIR=$(mktemp -d)
cd "$SOURCEDIR"
git archive --format=tar mako | tar x -C "$WORK_DIR"
git archive --format=tar master | tar x -C "$WORK_DIR"
cd "$CURDIR"
mv "$WORK_DIR" "$1"
cd "$1"