From 49ddd449a77a208b69fcffc459d6dc7751c06a51 Mon Sep 17 00:00:00 2001 From: Ian Howell Date: Tue, 21 May 2019 14:14:02 -0500 Subject: [PATCH] Fix the update-golden target to update all subpackages of cmd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)