Skip to content

Commit

Permalink
fix: zstd extension
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Oct 10, 2023
1 parent 360f9e5 commit cb55488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/project/project_dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ var projectDatabaseDumpCmd = &cobra.Command{
}

if zstdEnabled {
output += ".zstd"
output += ".zst"
}

var w io.Writer
Expand Down

0 comments on commit cb55488

Please sign in to comment.