From 5491bdb9e8afbefb2e9244718393617573737b45 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..75c54a2 100644 --- a/Makefile +++ b/Makefile @@ -26,5 +26,6 @@ server: submodules $(HUGO_BIN) submodules: @git submodule sync + rm -rf themes/dot-hugo @git submodule init @git submodule update --recursive --remote