Skip to content

Commit

Permalink
Add newline before "Running preprocessing..."
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Oct 23, 2023
1 parent bca0434 commit d797100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/env-build-task-driver/internal/env/rootfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (r *Rootfs) buildDockerImage(ctx context.Context, tracer trace.Tracer) erro
return errMsg
}

r.env.BuildLogsWriter.Write([]byte("Running postprocessing. It can take up to few minutes.\n"))
r.env.BuildLogsWriter.Write([]byte("\nRunning postprocessing. It can take up to few minutes.\n"))
telemetry.ReportEvent(childCtx, "finished docker image build", attribute.String("tag", r.dockerTag()))

return nil
Expand Down

0 comments on commit d797100

Please sign in to comment.