Skip to content

Commit

Permalink
remove troubleshooting reference
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMerrick committed Jan 7, 2025
1 parent b6fe613 commit bb78239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/pipeline/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func (c *Config) Exec(client compiler.Engine) error {
// print steps to be removed to the user
if len(stepsToRemove) > 0 {
for _, stepName := range stepsToRemove {
fmt.Println("skip step5: ", stepName)
fmt.Println("skip step: ", stepName)
}
}

Expand Down

0 comments on commit bb78239

Please sign in to comment.