Skip to content

Commit 7a0a907

Browse files
SteveL-MSFTtgauth
andcommitted
Update dsc_lib/src/extensions/import.rs
Co-authored-by: Tess Gauthier <[email protected]>
1 parent d88c972 commit 7a0a907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc_lib/src/extensions/import.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pub struct ImportMethod {
1010
pub extensions: Vec<String>,
1111
/// The command to run to get the state of the resource.
1212
pub executable: String,
13-
/// The arguments to pass to the command to perform a Get.
13+
/// The arguments to pass to the command to perform an Import.
1414
pub args: Option<Vec<ImportArgKind>>,
1515
}
1616

0 commit comments

Comments
 (0)