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