mirror of
https://github.com/coder/coder.git
synced 2025-03-14 10:09:57 +00:00
no need to rm as mv will overwrite
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user