Skip to content

Commit 3b27815

Browse files
committed
fix CI (again)
1 parent 92491a7 commit 3b27815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ main() {
1919
--git japaric/cross \
2020
--tag $tag
2121

22-
if [ ! -z $VENDOR ]; then
22+
if [ ! -z ${VENDOR-} ]; then
2323
curl -LSfs https://japaric.github.io/trust/install.sh | \
2424
sh -s -- \
2525
--crate rustfmt \

0 commit comments

Comments
 (0)