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