Commit cd26a7fc authored by Jeff Grafton's avatar Jeff Grafton

Fix find pattern in generating kubernetes src tarball

parent 03348bb8
......@@ -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 \
\))
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment