no need to rm as mv will overwrite

This commit is contained in:
Cian Johnston
2025-03-13 23:13:03 +00:00
parent 2a565b3406
commit 94b7e20e16

View File

@ -30,7 +30,6 @@ fi
TMPDIR=$(mktemp -d)
trap 'rm -rfv "$TMPDIR"' EXIT
rm -f "${DEST_PATH}"
pnpm exec quicktype \
--src-lang schema \
--lang go \