We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
find
1 parent 5a3b63b commit effaac5Copy full SHA for effaac5
1 file changed
dev/release/verify-release-candidate.sh
@@ -124,7 +124,7 @@ test_source_distribution() {
124
cargo build
125
cargo test --all-features
126
127
- if ( find -iname 'Cargo.toml' | xargs grep SNAPSHOT ); then
+ if ( find . -iname 'Cargo.toml' | xargs grep SNAPSHOT ); then
128
echo "Cargo.toml version should not contain SNAPSHOT for releases"
129
exit 1
130
fi
0 commit comments