Skip to content

Commit

Permalink
Fix formatting in unrelated file
Browse files Browse the repository at this point in the history
  • Loading branch information
kminehart committed Aug 4, 2023
1 parent 32c5bcd commit 1ed07a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/package_validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func ValidatePackage(ctx context.Context, d *dagger.Client, src *dagger.Director
)

log.Println("Parallel:", args.ConcurrencyOpts.Parallel)

// Run them in parallel
for k, dir := range dirs {
// Join the produced destination with the protocol given by the '--destination' flag.
Expand Down

0 comments on commit 1ed07a6

Please sign in to comment.