mirror of
https://example.com
synced 2024-11-22 16:26:38 +09:00
dev: fix typo in Makefile
This commit is contained in:
parent
825eef74aa
commit
595fe24471
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -43,7 +43,7 @@ update-index-js:
|
||||||
|
|
||||||
|
|
||||||
.PHONY: build-image
|
.PHONY: build-image
|
||||||
build_image:
|
build-image:
|
||||||
. neko/update/utils && \
|
. neko/update/utils && \
|
||||||
buildah build \
|
buildah build \
|
||||||
--no-cache \
|
--no-cache \
|
||||||
|
|
Loading…
Reference in a new issue