diff --git a/Makefile b/Makefile index 6e6d4ec17..a361ca828 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ hugo: vendor ## Build hugo binary go build ${LDFLAGS} ${PACKAGE} hugo-race: vendor ## Build hugo binary with race detector enabled - go build -race ${LDFLAGS} ${PACAGE} + go build -race ${LDFLAGS} ${PACKAGE} install: vendor ## Install hugo binary go install ${LDFLAGS} ${PACKAGE}