From b50709b7c4d643330e0b6e70b8445ce195725578 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Sat, 16 May 2026 17:29:05 +0200 Subject: [PATCH] Remove extra slash in make article --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8297a8e..3aa46f2 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ article: */ */*/ ## Write a new article && filename="$$(echo "$$name" \ | cut -d: -f1 \ | tr '[A-Z ]' '[a-z_]' | tr -cd '[:alpha:]_' )" \ - && $(MAKE) -e TITLE="$$name" "$$category"/"$$filename.md" + && $(MAKE) -e TITLE="$$name" "$$category""$$filename.md" .PHONY: all all: $(default) ## All file targets