diff --git a/compiler-core/src/error.rs b/compiler-core/src/error.rs index dde7413cf95..65d192cf440 100644 --- a/compiler-core/src/error.rs +++ b/compiler-core/src/error.rs @@ -1129,7 +1129,7 @@ https://git-scm.com/book/en/v2/Getting-Started-Installing-Git", _ => (), } } - _ => (), + Distro::Other => (), } } _ => (),