Skip to content

Commit 1c4c964

Browse files
[f] A package's Tags property extracted from the PowerShell
manifest may not contain spaces
1 parent dd75124 commit 1c4c964

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PSGithubUtils/PSGithubUtils.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595
PSData = @{
9696
# Tags applied to this module. These help with module discovery in online galleries.
97-
Tags = @("Github", "API Client")
97+
Tags = @("Github", "JWT", "Invitation")
9898

9999
# A URL to the license for this module.
100100
LicenseUri = 'https://github.com/RootITUp/PSGithubUtils/LICENSE.md'

0 commit comments

Comments
 (0)