Fix bug in makefile that prevented running the website publish.

This commit is contained in:
Matt Keeler 2018-06-26 14:08:10 -04:00
parent 5b44cadb74
commit e90d03a263
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ PUB_GIT_ARG=
endif endif
ifeq ($(PUB_WEBSITE),1) ifeq ($(PUB_WEBSITE),1)
PUB_WEBSITE_ARG=-g PUB_WEBSITE_ARG=-w
else else
PUB_WEBSITE_ARG= PUB_WEBSITE_ARG=
endif endif