Skip to content

Commit 9997b6c

Browse files
MarlonGameznkubala
andauthored
Update pkg/skaffold/errors/errors.go
Co-authored-by: Nick Kubala <[email protected]>
1 parent 12ae9ac commit 9997b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/skaffold/errors/errors.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func ActionableErr(phase Phase, err error) *proto.ActionableErr {
7676
}
7777
}
7878

79-
// ActionableErr returns an actionable error message with suggestions
79+
// ActionableErrV2 returns an actionable error message with suggestions
8080
func ActionableErrV2(phase Phase, err error) *protoV2.ActionableErr {
8181
errCode, suggestions := getErrorCodeFromError(phase, err)
8282
suggestionsV2 := make([]*protoV2.Suggestion, len(suggestions))

0 commit comments

Comments
 (0)