Skip to content

Commit 5e1ffb3

Browse files
SteveL-MSFTtgauth
andauthored
Update dsc_lib/src/configure/mod.rs
Co-authored-by: Tess Gauthier <tgauth@bu.edu>
1 parent 3e3d473 commit 5e1ffb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc_lib/src/configure/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ impl Configurator {
484484
///
485485
/// # Arguments
486486
///
487-
/// * `mounted_path` - The mounted path to set.
487+
/// * `system_root` - The system root to set.
488488
pub fn set_system_root(&mut self, system_root: &str) {
489489
self.context.system_root = PathBuf::from(system_root);
490490
}

0 commit comments

Comments
 (0)