Skip to content

Commit 4520fd0

Browse files
SteveL-MSFTtgauth
andcommitted
Update dsc_lib/src/functions/secret.rs
Co-authored-by: Tess Gauthier <[email protected]>
1 parent cd93a7d commit 4520fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dsc_lib/src/functions/secret.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ impl Function for Secret {
3636
None
3737
};
3838

39-
// if no vault name is provided, we query all extensions supporting the secret method
40-
// to see if any of them can provide the secret. If none can or if multiple can, we return an error.
39+
// we query all extensions supporting the secret method to see if any of them can provide the secret.
40+
// if none can or if multiple can, we return an error.
4141
let extensions = context.extensions.iter()
4242
.filter(|ext| ext.capabilities.contains(&Capability::Secret))
4343
.collect::<Vec<_>>();

0 commit comments

Comments
 (0)