Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Soltis authored and Greg Soltis committed Jun 28, 2023
1 parent 3deddf1 commit 774694c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-lib/src/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ impl<'a> TryFrom<&'a RunArgs> for ScopeOpts {
let pkg_inference_root = args
.pkg_inference_root
.as_ref()
.map(|root| AnchoredSystemPathBuf::from_raw::<&str>(root.as_ref()))
.map(|root| AnchoredSystemPathBuf::from_raw(root))
.transpose()?;
Ok(Self { pkg_inference_root })
}
Expand Down

0 comments on commit 774694c

Please sign in to comment.