Skip to content

Commit

Permalink
Merge pull request #64 from kwakbab/master
Browse files Browse the repository at this point in the history
Fix case default expression
  • Loading branch information
michaelklishin committed Apr 14, 2015
2 parents 41b95b5 + 402a04d commit 1fbe3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ragtime.core/src/ragtime/main.clj
Expand Up @@ -67,5 +67,5 @@ Options:
"migrate" (apply migrate options args)
"rollback" (apply rollback options args)
"help" (println help-text)
:else (do (println help-text)
(System/exit 1)))))
(do (println help-text)
(System/exit 1)))))

0 comments on commit 1fbe3f8

Please sign in to comment.