Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tejal29 committed Aug 13, 2019
1 parent be007bf commit 7ae27c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/event/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func DeployFailed(err error) {
handler.handleDeployEvent(&proto.DeployEvent{Status: Failed, Err: err.Error()})
}

// DeployEvent notifies that a deployment of non fatal errors during deploy w
// DeployEvent notifies that a deployment of non fatal interesting errors during deploy.
func DeployInfoEvent(err error) {
handler.handleDeployEvent(&proto.DeployEvent{Status: Info, Err: err.Error()})
}
Expand Down

0 comments on commit 7ae27c7

Please sign in to comment.