Skip to content

Commit

Permalink
Update dsc_lib/src/configure/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tess Gauthier <[email protected]>
  • Loading branch information
SteveL-MSFT and tgauth authored Nov 15, 2024
1 parent 3e3d473 commit 5e1ffb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsc_lib/src/configure/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ impl Configurator {
///
/// # Arguments
///
/// * `mounted_path` - The mounted path to set.
/// * `system_root` - The system root to set.
pub fn set_system_root(&mut self, system_root: &str) {
self.context.system_root = PathBuf::from(system_root);
}
Expand Down

0 comments on commit 5e1ffb3

Please sign in to comment.