From 4d1e60b96c247f2926358145bde9a9c733d62d5b 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