Cargo.toml implied (#4270)

automerge
This commit is contained in:
Rob Walker 2019-05-13 13:51:42 -07:00 committed by Grimes
parent 5e91f8f59d
commit e2f00dc205
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ source ci/_
reportName="lcov-${BUILDKITE_COMMIT:0:9}" reportName="lcov-${BUILDKITE_COMMIT:0:9}"
if [[ -n $1 ]]; then if [[ -n $1 ]]; then
crate=--manifest-path=$1 crate=--manifest-path=$1/Cargo.toml
else else
crate=--all crate=--all
fi fi