This commit is contained in:
Tyera Eulberg
2020-09-24 01:53:30 -06:00
committed by GitHub
parent 8a3b217530
commit 860ecdd376
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ for Cargo_toml in $Cargo_tomls; do
crate_name=$(grep -m 1 '^name = ' "$Cargo_toml" | cut -f 3 -d ' ' | tr -d \")
if grep -q "^publish = false" "$Cargo_toml"; then
echo "$crate_name is is marked as unpublishable"
echo "$crate_name is marked as unpublishable"
continue
fi