Skip to content

Commit 015c22f

Browse files
committed
fix parameterset name
1 parent abd0cb3 commit 015c22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ModulePublisher.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function Publish-RMModules
210210
$RepoLocation,
211211

212212
[Parameter(ParameterSetName="ByLocation", Mandatory=$true)]
213-
[Parameter(ParameterSetName="ByLocation", Mandatory=$false)]
213+
[Parameter(ParameterSetName="ByName", Mandatory=$false)]
214214
[string]
215215
$ApiKey,
216216

0 commit comments

Comments
 (0)