From cff6a528d407837c6ef55e9fc5475aeac5f9d2a1 Mon Sep 17 00:00:00 2001 From: Jingfang Liu Date: Tue, 10 Apr 2018 14:32:02 -0700 Subject: [PATCH] change kinflate to kustomize --- pre-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre-commit.sh b/pre-commit.sh index 4774736d95..044720b4a8 100755 --- a/pre-commit.sh +++ b/pre-commit.sh @@ -44,7 +44,7 @@ function testGoTest { } function testTutorial { - mdrip --mode test --label test ./cmd/kinflate + mdrip --mode test --label test ./cmd/kustomize } runTest testGoFmt