Skip to content

Commit

Permalink
Small refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
haccht committed Nov 9, 2023
1 parent a523199 commit 66040c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func run() error {

func main() {
if err := run(); err != nil {
fmt.Fprintln(os.Stdout, err.Error())
fmt.Fprintln(os.Stderr, err.Error())
os.Exit(1)
}
}

0 comments on commit 66040c9

Please sign in to comment.