Skip to content

Commit a8f9a0d

Browse files
SteveL-MSFTtgauth
andauthored
Update dsc_lib/src/functions/secret.rs
Co-authored-by: Tess Gauthier <[email protected]>
1 parent 2d94f0d commit a8f9a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc_lib/src/functions/secret.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ impl Function for Secret {
4545
};
4646

4747
// we query all extensions supporting the secret method to see if any of them can provide the secret.
48-
// if none can or if multiple can, we return an error.
48+
// if none can or if multiple provide different values, we return an error.
4949
let extensions = context.extensions.iter()
5050
.filter(|ext| ext.capabilities.contains(&Capability::Secret))
5151
.collect::<Vec<_>>();

0 commit comments

Comments
 (0)