Fix missing os exit code on error
Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
@@ -44,5 +44,8 @@ func main() {
|
||||
env,
|
||||
err.Error(),
|
||||
)
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
os.Exit(0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user