Skip to content

Commit 89912c4

Browse files
authored
Merge pull request #2574 from kinnison/self-heal-missing-manifest-on-default
config: Try and heal default toolchains missing manifests
2 parents ae81afb + 33da4b4 commit 89912c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ impl Cfg {
631631
manifest
632632
} else {
633633
// If we can't read the manifest we'd best try and install
634-
return Ok(true);
634+
return Ok(false);
635635
};
636636
match (distributable.list_components(), components_requested) {
637637
// If the toolchain does not support components but there were components requested, bubble up the error

0 commit comments

Comments
 (0)