From 8a07240ba7e6a27b0ec657c98c52750894b17dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Fri, 4 Apr 2025 21:05:59 +0300 Subject: [PATCH] fix template install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 59c3fe2..3a9033e 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ build: install-templates: mkdir -p $(HOME)/.mcpt/templates - cp -r templates/* $(HOME)/.mcpt/templates/ + cp -r $(CURDIR)/templates/* $(HOME)/.mcpt/templates/ test: check-go @echo "$(YELLOW)Running tests...$(NC)"