Skip to content

Commit

Permalink
fix: return correct exit code on SIGTERM (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom authored Nov 9, 2022
1 parent 964fa3e commit 7bb15aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (

errSigTerm = &exitError{
Err: errors.New("SIGTERM signal received"),
Code: 137,
Code: 143,
}
)

Expand Down

0 comments on commit 7bb15aa

Please sign in to comment.