diff --git a/make-dist b/make-dist index 626110f3e9a..4b4d0e85e0c 100755 --- a/make-dist +++ b/make-dist @@ -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..."