diff --git a/new_tex_uwletter b/new_tex_uwletter index 1b1ccf5..13ba7c5 100755 --- a/new_tex_uwletter +++ b/new_tex_uwletter @@ -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"