Fix the update-golden target to update all subpackages of cmd

This commit is contained in:
Ian Howell 2019-05-21 14:14:02 -05:00
parent c680f20dd8
commit 49ddd449a7

View File

@ -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)