From f0684f9e4409cc05a7d8b66742093e1ba246c00c Mon Sep 17 00:00:00 2001 From: Igor Mandrigin Date: Tue, 18 Jan 2022 15:06:07 +0300 Subject: [PATCH] workaround Docker issues pt 2 (#3288) --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 799fd2fc7..e203d3c83 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,6 @@ evm: @echo "Run \"$(GOBIN)/evm\" to run EVM" downloader: - git submodule update --init --recursive --force $(GOBUILD) -o $(GOBIN)/downloader ./cmd/downloader @echo "Done building." @echo "Run \"$(GOBIN)/downloader\" to download and seed snapshots."