fix: typo in Makefile pull task

This commit is contained in:
mustard 2025-10-20 15:23:06 +02:00
parent 1e41e58ae9
commit 91d1b9df07

View file

@ -29,7 +29,7 @@ create-bundle = git show-ref --verify --quiet refs/remotes/$(1)/$* \
.PHONY: pull pull/%
pull: pull/$(shell git branch --show-current)
pull%:
pull/%:
$(check-dom0)
$(clean-workdir)