Skip to content

Commit

Permalink
Fix for publish block on md server
Browse files Browse the repository at this point in the history
  • Loading branch information
mdales committed Apr 22, 2024
1 parent 5eb0e16 commit c7c1ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/block.ml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ let alias = function
| `Run b | `Build b -> b.alias
let hash = function
| `Publish _ -> invalid_arg "Expected body or run"
| `Publish _ -> None
| `Run b | `Build b -> b.hash
let kind = function
Expand Down

0 comments on commit c7c1ef0

Please sign in to comment.