Fix website build

Fix 'run' function call so that parameters are passed properly to the function.

PiperOrigin-RevId: 346929952
This commit is contained in:
Ian Lewis
2020-12-10 21:50:03 -08:00
committed by gVisor bot
parent e7279936e8
commit 0eb4acad37
+1 -1
View File
@@ -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.