Skip to content

Commit

Permalink
BUGFIX: push not running concurrently (#3249)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli authored Dec 13, 2024
1 parent 29283f7 commit 4357950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/ppreviewPush.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func PPreview(args PPreviewArgs) error {

// PPush implements the push subcommand.
func PPush(args PPushArgs) error {
return run(args.PPreviewArgs, true, args.Interactive, printer.DefaultPrinter, &args.Report)
return prun(args.PPreviewArgs, true, args.Interactive, printer.DefaultPrinter, args.Report)
}

var pobsoleteDiff2FlagUsed = false
Expand Down

0 comments on commit 4357950

Please sign in to comment.