Skip to content

Commit 0c57c3f

Browse files
authored
Remove
1 parent c4e0c6a commit 0c57c3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/v-dump-database

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ esac
6868

6969
if [ "$compression" = 'zstd' ]; then
7070
extension="sql.zst"
71-
pzstd $dump
72-
rm $dump
71+
pzstd --rm $dump
7372
dump="$tmpdir/$database.$TYPE.sql.zst"
7473
elif [ "$compression" = 'gzip' ]; then
7574
extension="sql.gz"

0 commit comments

Comments
 (0)