Skip to content

Commit 210a010

Browse files
author
Andrew
committed
feedback 1_1
1 parent ff1ae6f commit 210a010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc_lib/src/discovery/command_discovery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub struct CommandDiscovery {
3434

3535
#[derive(Deserialize)]
3636
pub struct ResourcePathSetting {
37-
/// whether to allow overriding with the DSC_RESOURCE_PATH environment variable
37+
/// whether to allow overriding with the `DSC_RESOURCE_PATH` environment variable
3838
#[serde(rename = "allowEnvOverride")]
3939
allow_env_override: bool,
4040
/// whether to append the PATH environment variable to the list of resource directories

0 commit comments

Comments
 (0)