This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-sqlparser-rs.git
The following commit(s) were added to refs/heads/main by this push:
new effaac5c fix: Set the current folder as a "primary" for the `find`
command (#2120)
effaac5c is described below
commit effaac5c394137343a1d2e87429e68a7e88c2e07
Author: Martin Grigorov <[email protected]>
AuthorDate: Wed Dec 3 22:01:51 2025 +0200
fix: Set the current folder as a "primary" for the `find` command (#2120)
---
dev/release/verify-release-candidate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/release/verify-release-candidate.sh
b/dev/release/verify-release-candidate.sh
index 089a6ffc..4e97c6e2 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -124,7 +124,7 @@ test_source_distribution() {
cargo build
cargo test --all-features
- if ( find -iname 'Cargo.toml' | xargs grep SNAPSHOT ); then
+ if ( find . -iname 'Cargo.toml' | xargs grep SNAPSHOT ); then
echo "Cargo.toml version should not contain SNAPSHOT for releases"
exit 1
fi
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]