Skip to content

Commit

Permalink
Update build_deploy.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tejal29 authored Mar 16, 2021
1 parent af9ad0d commit 03d1f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/runner/build_deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (r *SkaffoldRunner) DeployAndLog(ctx context.Context, out io.Writer, artifa
}

// Start printing the logs after deploy is finished
if err := logger.Start(ctx,r.runCtx.GetNamespaces()); err != nil {
if err := logger.Start(ctx, r.runCtx.GetNamespaces()); err != nil {
return fmt.Errorf("starting logger: %w", err)
}

Expand Down

0 comments on commit 03d1f8c

Please sign in to comment.