`ax svg` not `ax number`

This commit is contained in:
Matt McWilliams 2021-08-10 18:55:13 -04:00
parent 4a81ed1ae5
commit 6349010c51
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ for svg in "${1}"*.svg ; do
ax guides/guide_marks.svg
number=`mktemp`.svg
node ./numbers/ -n "${num}" -o "${number}"
ax "${number}"
ax "${svg}"
rm -f "${number}"
bash position.sh reset
echo "Are you ready to continue? (yes/no)"