From 0eb4acad37c448a298c77090b3475ce6903ecf18 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Thu, 10 Dec 2020 21:47:38 -0800 Subject: Fix website build Fix 'run' function call so that parameters are passed properly to the function. PiperOrigin-RevId: 346929952 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5ac5211d..8b56b4051 100644 --- a/Makefile +++ b/Makefile @@ -371,7 +371,7 @@ WEBSITE_PROJECT := gvisordev WEBSITE_REGION := us-central1 website-build: load-jekyll ## Build the site image locally. - @$(call run,//website:website $(WEBSITE_IMAGE)) + @$(call run,//website:website,$(WEBSITE_IMAGE)) .PHONY: website-build website-server: website-build ## Run a local server for development. -- cgit v1.2.3