From bb78239bcee2b91fadf3a1dd3c9d2c053410eaf8 Mon Sep 17 00:00:00 2001 From: Kelly Merrick Date: Tue, 7 Jan 2025 11:27:30 -0600 Subject: [PATCH] remove troubleshooting reference --- action/pipeline/exec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/pipeline/exec.go b/action/pipeline/exec.go index f8158b11..6958348f 100644 --- a/action/pipeline/exec.go +++ b/action/pipeline/exec.go @@ -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) } }