Skip to content

Commit c2fe68d

Browse files
Rename parameter in infer_internal function
1 parent 0fc5f2a commit c2fe68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/turborepo-lib/src/shim/local_turbo_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ impl LocalTurboConfig {
2727
}
2828

2929
// 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> {
30+
fn infer_internal(repo_state: &RepoState, is_enabled: Option<bool>) -> Option<Self> {
3131
// TODO: once we have properly communicated this functionality we should make
3232
// this opt-out.
3333
debug!("FORCING local turbo binary. Download disabled.");

0 commit comments

Comments
 (0)