Fixed cleanup find cmd with revert script generation
diff --git a/release.sh b/release.sh
index af16af2..8adb453 100755
--- a/release.sh
+++ b/release.sh
@@ -126,7 +126,7 @@
mvn org.sonatype.plugins:nexus-staging-maven-plugin:LATEST:rc-drop -DstagingRepositoryId=$stagingrepoid -DnexusUrl=https://repository.apache.org -DserverId=apache.releases.https -Ddescription="Release vote has failed"
# clean up remaining release files
-find . -name "*.releaseBackup" -exec rm {} \;
+find . -name "*.releaseBackup" -exec rm {} \\;
[ -f release.properties ] && rm release.properties
EOF