From 735d04d05e41b0c7d90b976189c14bbaae2a1e56 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Fri, 11 May 2018 14:59:09 -0700 Subject: [PATCH] Update pre-commit.sh Install the program for sake of demos. --- bin/pre-commit.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/pre-commit.sh b/bin/pre-commit.sh index 20f2878e6..21d383d2d 100755 --- a/bin/pre-commit.sh +++ b/bin/pre-commit.sh @@ -47,6 +47,7 @@ function testDemos { mdrip --mode test --label test ./demos } +go install github.com/kubernetes-sigs/kustomize runTest testGoFmt runTest testGoImports runTest testGoVet