Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bundle/run/progress/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (
//
// Here's short introduction to a few important events we display on the console:
//
// 1. `update_progress`: A state transition occured for the entire pipeline update
// 2. `flow_progress`: A state transition occured for a single flow in the pipeine
// 1. `update_progress`: A state transition occurred for the entire pipeline update
// 2. `flow_progress`: A state transition occurred for a single flow in the pipeline
type ProgressEvent pipelines.PipelineEvent

func (event *ProgressEvent) String() string {
Expand Down