diff --git a/Makefile b/Makefile index 9c7cd61fc4..19c852d7f1 100644 --- a/Makefile +++ b/Makefile @@ -150,7 +150,7 @@ run/web: .PHONY: run/site run/site: - env RELEASE=$(shell head -n 1 RELEASE | cut -d ' ' -f 2) hugo server --source=docs + env RELEASE=$(shell grep '^tag:' RELEASE | awk '{print $$2}') hugo server --source=docs # Lint commands