From 4edece6dc86ac7f64a611ca85fb4564e24e6561e Mon Sep 17 00:00:00 2001 From: amit dixit Date: Fri, 23 Jul 2021 14:05:49 +0200 Subject: [PATCH] updated site/README.md --- site/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/README.md b/site/README.md index 926a8d6277..4121b87e77 100644 --- a/site/README.md +++ b/site/README.md @@ -32,7 +32,7 @@ hugo v0.86.0+extended darwin/amd64 BuildDate=unknown Error: Error building site: "/minikube/site/content/en/docs/contrib/releasing/binaries.md:64:1": failed to extract shortcode: template for shortcode "alert" not found Built in 667 ms ``` -> This indicates the submodules are not upated. +This indicates the submodules are not upated. Please run the following command to fix. ``` git submodule update --init --recursive ```