Skip to content

Commit effaac5

Browse files
authored
fix: Set the current folder as a "primary" for the find command (#2120)
1 parent 5a3b63b commit effaac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/release/verify-release-candidate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test_source_distribution() {
124124
cargo build
125125
cargo test --all-features
126126

127-
if ( find -iname 'Cargo.toml' | xargs grep SNAPSHOT ); then
127+
if ( find . -iname 'Cargo.toml' | xargs grep SNAPSHOT ); then
128128
echo "Cargo.toml version should not contain SNAPSHOT for releases"
129129
exit 1
130130
fi

0 commit comments

Comments
 (0)