summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 324a778093..1b4b10a094 100644
--- a/Makefile
+++ b/Makefile
@@ -587,7 +587,7 @@ release-docs: | $(DIST_DIRS) docs
.PHONY: docs
docs:
@hash hugo > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
- GO111MODULE=off $(GO) get -u github.com/gohugoio/hugo; \
+ $(GO) get -u github.com/gohugoio/hugo; \
fi
cd docs; make trans-copy clean build-offline;