Skip to content

Commit

Permalink
feedback 1_1
Browse files Browse the repository at this point in the history
  • Loading branch information
anmenaga committed Oct 23, 2024
1 parent ec04025 commit fab4d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsc_lib/src/discovery/command_discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub struct CommandDiscovery {

#[derive(Deserialize)]
pub struct ResourcePathSetting {
/// whether to allow overriding with the DSC_RESOURCE_PATH environment variable
/// whether to allow overriding with the `DSC_RESOURCE_PATH` environment variable
#[serde(rename = "allowEnvOverride")]
allow_env_override: bool,
/// whether to append the PATH environment variable to the list of resource directories
Expand Down

0 comments on commit fab4d5b

Please sign in to comment.