Fix typo in deps script.

This commit is contained in:
Gav Wood 2016-02-21 16:32:11 +01:00
parent 8b692e6d9d
commit 8b50fa658f
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ function run_installer()
depFound=$((depFound+1))
check "multirust"
isMultirust=true
if [[ $(multirust show-default 2>/dev/null | grep beta | wc -l) == 4 ]]; then
if [[ $(multirust show-default 2>/dev/null | grep beta | wc -l) == 3 ]]; then
depFound=$((depFound+1))
check "rust beta"
isMultirustBeta=true