fix: typo in Makefile pull task
This commit is contained in:
parent
1e41e58ae9
commit
91d1b9df07
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -29,7 +29,7 @@ create-bundle = git show-ref --verify --quiet refs/remotes/$(1)/$* \
|
||||||
|
|
||||||
.PHONY: pull pull/%
|
.PHONY: pull pull/%
|
||||||
pull: pull/$(shell git branch --show-current)
|
pull: pull/$(shell git branch --show-current)
|
||||||
pull%:
|
pull/%:
|
||||||
$(check-dom0)
|
$(check-dom0)
|
||||||
$(clean-workdir)
|
$(clean-workdir)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue