Fix find pattern in generating kubernetes src tarball

This commit is contained in:
Jeff Grafton 2016-11-07 17:54:52 -08:00
parent 03348bb811
commit cd26a7fc5d

View File

@ -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 \
\))
)