summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2020-12-10 21:47:38 -0800
committergVisor bot <gvisor-bot@google.com>2020-12-10 21:50:03 -0800
commit0eb4acad37c448a298c77090b3475ce6903ecf18 (patch)
tree64aad4d3d8b3298043eb62ab3560c3b5e5ce7800 /Makefile
parente7279936e8128c1ade57a26eb76726cabcb762a9 (diff)
Fix website build
Fix 'run' function call so that parameters are passed properly to the function. PiperOrigin-RevId: 346929952
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.