Skip to content

Commit

Permalink
Fix run mode validation
Browse files Browse the repository at this point in the history
  • Loading branch information
pilosus committed Oct 22, 2023
1 parent 781f300 commit 9a0ee44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dienstplan/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

;; CLI opts

(def run-modes #{:server :migrate :rollback :schedule})
(def run-modes #{:server :migrate :rollback :schedule :schedule-daemon})

(def cli-options
[["-m"
Expand Down

0 comments on commit 9a0ee44

Please sign in to comment.