From cd26a7fc5d80311191adb8ade79d4afa93ad7c7e Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Mon, 7 Nov 2016 17:54:52 -0800 Subject: [PATCH] Fix find pattern in generating kubernetes src tarball --- build-tools/lib/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-tools/lib/release.sh b/build-tools/lib/release.sh index 3a63126d7f0..1467b93cf22 100644 --- a/build-tools/lib/release.sh +++ b/build-tools/lib/release.sh @@ -103,8 +103,8 @@ function kube::release::package_src_tarball() { -not \( \ \( -path ./_\* -o \ -path ./.git\* -o \ - -path ./.config/\* -o \ - -path ./.gsutil/\* \ + -path ./.config\* -o \ + -path ./.gsutil\* \ \) -prune \ \)) )