Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit b4a21d5

Browse files
authored
fix tags with whitespaces (#2)
1 parent 64af16c commit b4a21d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PSCredentialStore.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
PSData = @{
112112

113113
# Tags applied to this module. These help with module discovery in online galleries.
114-
Tags = @('Credential Store',
115-
'Credential Manager'
114+
Tags = @('CredentialStore',
115+
'CredentialManager'
116116
)
117117

118118
# A URL to the license for this module.

0 commit comments

Comments
 (0)