Skip to content

Commit

Permalink
Fix website build
Browse files Browse the repository at this point in the history
Fix 'run' function call so that parameters are passed properly to the function.

PiperOrigin-RevId: 346929952
  • Loading branch information
Ian Lewis authored and gvisor-bot committed Dec 11, 2020
1 parent e727993 commit 0eb4aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0eb4aca

Please sign in to comment.