Skip to content

Commit

Permalink
how did this even work before?
Browse files Browse the repository at this point in the history
  • Loading branch information
retrogradeorbit committed Mar 22, 2022
1 parent bca0f5a commit c4c71b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bootleg/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,5 @@
`(apply main ~args)))

(defn -main [& args]
(System/exit (run args)))
(run args)
(System/exit 0))

0 comments on commit c4c71b8

Please sign in to comment.