From 595fe24471c98a563b10260266669670a4b63c4e Mon Sep 17 00:00:00 2001 From: naskya Date: Sun, 14 Jan 2024 21:57:23 +0900 Subject: [PATCH] dev: fix typo in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b9e23428..42767087c 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ update-index-js: .PHONY: build-image -build_image: +build-image: . neko/update/utils && \ buildah build \ --no-cache \