Skip to content

Commit bb78239

Browse files
committed
remove troubleshooting reference
1 parent b6fe613 commit bb78239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action/pipeline/exec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func (c *Config) Exec(client compiler.Engine) error {
154154
// print steps to be removed to the user
155155
if len(stepsToRemove) > 0 {
156156
for _, stepName := range stepsToRemove {
157-
fmt.Println("skip step5: ", stepName)
157+
fmt.Println("skip step: ", stepName)
158158
}
159159
}
160160

0 commit comments

Comments
 (0)