We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc5f2a commit c2fe68dCopy full SHA for c2fe68d
crates/turborepo-lib/src/shim/local_turbo_config.rs
@@ -27,7 +27,7 @@ impl LocalTurboConfig {
27
}
28
29
// Used for testing when we want to manually set the controlling env var
30
- fn infer_internal(repo_state: &RepoState, _is_enabled: Option<bool>) -> Option<Self> {
+ fn infer_internal(repo_state: &RepoState, is_enabled: Option<bool>) -> Option<Self> {
31
// TODO: once we have properly communicated this functionality we should make
32
// this opt-out.
33
debug!("FORCING local turbo binary. Download disabled.");
0 commit comments