Skip to content

Commit

Permalink
fix exit status for grid cli
Browse files Browse the repository at this point in the history
Signed-off-by: mariobassem <[email protected]>
  • Loading branch information
MarioBassem committed Aug 24, 2023
1 parent aa5d780 commit 9df13c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 3bot/grid_cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ func main() {

if err := app.Run(os.Args); err != nil {
fmt.Fprintln(os.Stderr, err.Error())
os.Exit(1)
}
}

Expand Down

0 comments on commit 9df13c7

Please sign in to comment.