Merge pull request #55985 from Svelar/make-dist

make-dist: remove old cruft recursively
This commit is contained in:
Laura Flores 2024-05-15 17:08:28 -05:00 committed by GitHub
commit 492cb97a16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,7 +154,7 @@ generate_rook_ceph_client() {
# clean out old cruft...
echo "cleanup..."
rm -f $outfile*
rm -rf $outfile*
# build new tarball
echo "building tarball..."