Skip to content

Commit

Permalink
fix(Turborepo): Drop incorrect deprecation notice (#6239)
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Soltis <Greg Soltis>
  • Loading branch information
gsoltis committed Oct 20, 2023
1 parent 7b93534 commit c946215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-lib/src/config/turbo_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ impl TurborepoConfigBuilder {
// - global configuration (~/.turbo/config.json)
// - local configuration (<REPO_ROOT>/.turbo/config.json)
// - environment variables
// - CLI arguments (deprecated, and to be removed)
// - CLI arguments
// - builder pattern overrides.

let root_package_json = PackageJson::load(&self.repo_root.join_component("package.json"))
Expand Down

0 comments on commit c946215

Please sign in to comment.