Skip to content

Commit

Permalink
fix CI (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Dec 9, 2017
1 parent 92491a7 commit 3b27815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ main() {
--git japaric/cross \
--tag $tag

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

0 comments on commit 3b27815

Please sign in to comment.