From c76ae0c488b448e0e50f5f1ed839f289f1c221a2 Mon Sep 17 00:00:00 2001 From: Abdelhak Bougouffa Date: Sun, 22 Oct 2023 13:17:37 +0200 Subject: [PATCH] chore(make): fix CI rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27a99ce6..b997965a 100644 --- a/Makefile +++ b/Makefile @@ -43,4 +43,4 @@ cloc: cloc --match-f='\.el$$' init.el early-init.el elisp/ modules/ core/ ci: - HOME=$(PWD)/.. $(EMACS) -nw --batch --script .github/workflows/test-confs/ci-init.el 2>&1 + HOME=$(PWD)/.. $(EMACS) -nw --batch --script .github/workflows/scripts/ci-init.el 2>&1