From ebe4abeab9b4a2a4196b5ac7817a56b9900531a7 Mon Sep 17 00:00:00 2001 From: Vitaliy Potyarkin Date: Wed, 28 Aug 2024 16:45:35 +0300 Subject: [PATCH] squash: Remove bad submodule directory Signed-off-by: Vitaliy Potyarkin --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8db8023..b7e0346 100644 --- a/Makefile +++ b/Makefile @@ -26,5 +26,6 @@ server: submodules $(HUGO_BIN) submodules: @git submodule sync + rm themes/dot-hugo @git submodule init @git submodule update --recursive --remote