Skip to content

Commit

Permalink
Merge pull request #19 from K-Phoen/different-exit-on-skip
Browse files Browse the repository at this point in the history
Use a different exit code on skip
  • Loading branch information
K-Phoen authored Oct 6, 2019
2 parents 62954e4 + c6b7669 commit 1d7eb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/action/flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ import (

func Skip(cmd *cobra.Command, format string, args ...interface{}) {
cmd.PrintErrf(format, args...)
os.Exit(0)
os.Exit(78)
}

0 comments on commit 1d7eb18

Please sign in to comment.