From 91d1b9df0757ee5f38790a3b80117eea966e765e Mon Sep 17 00:00:00 2001 From: mustard Date: Mon, 20 Oct 2025 15:23:06 +0200 Subject: [PATCH] fix: typo in Makefile pull task --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ed676e..b199293 100644 --- a/Makefile +++ b/Makefile @@ -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)