We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfe28e commit 46e4c64Copy full SHA for 46e4c64
1 file changed
shell/exit_code.go
@@ -33,7 +33,7 @@ func (e *ErrorInvalidExitCode) Error() string {
33
if e == nil {
34
return "<nil>"
35
}
36
- return fmt.Sprintf("Script exited with non-zero exit status: %d."+
+ return fmt.Sprintf("Script exited with non-zero exit status: %d. "+
37
"Allowed exit codes are: %v",
38
e.Code, e.Allowed)
39
0 commit comments