Skip to content

Commit

Permalink
Default to running :up
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvincent committed Dec 5, 2024
1 parent 94f305d commit 9801253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mallard/src/k16/mallard.clj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
- :store - a DataStore implementation
- :operations - a set of operations to be executed"
[props args]
(condp = (keyword (first args))
(condp = (keyword (or (first args) "up"))
:up (run-up! props)
:down (run-down! props)
:next (run-next! props)
Expand Down

0 comments on commit 9801253

Please sign in to comment.