From c3c763a52ef72ce19dc2d5dcd0a35e2d84958330 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Tue, 26 Jun 2018 14:08:10 -0400 Subject: [PATCH] Fix bug in makefile that prevented running the website publish. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 25dceb629e..ff213cf7b2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -79,7 +79,7 @@ PUB_GIT_ARG= endif ifeq ($(PUB_WEBSITE),1) -PUB_WEBSITE_ARG=-g +PUB_WEBSITE_ARG=-w else PUB_WEBSITE_ARG= endif