We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354c7d8 commit 4eab6b5Copy full SHA for 4eab6b5
cmd/pago-agent/main.go
@@ -66,7 +66,7 @@ func main() {
66
Compact: true,
67
}),
68
kong.Exit(func(code int) {
69
- if code == 1 {
+ if code != 0 {
70
code = 2
71
}
72
cmd/pago/main.go
@@ -1028,7 +1028,7 @@ func main() {
1028
1029
1030
1031
1032
1033
1034
0 commit comments