diff --git a/Makefile b/Makefile index eda85f9cc..38537d318 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,6 @@ docs: .PHONY: update-golden update-golden: TESTFLAGS += -update -v -update-golden: PKG = github.com/ian-howell/airshipctl/cmd +update-golden: PKG = github.com/ian-howell/airshipctl/cmd/... update-golden: @go test $(PKG) $(TESTFLAGS)