Skip to content

Commit

Permalink
🐛 Replace --wrap flag with -w to fix error when Pod has Busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 5, 2022
1 parent a11c824 commit 513cc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dump/dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,6 @@ func buildCommand(db config.Databaser, conf config.Dump) *command.Builder {
cmd.Push(command.Raw("|"), "gzip", "--force")
}
// base64 is required since TTYs use CRLF
cmd.Push(command.Raw("|"), "base64", "--wrap=0")
cmd.Push(command.Raw("|"), "base64", "-w0")
return cmd
}

0 comments on commit 513cc91

Please sign in to comment.