Skip to content

Commit 1750f82

Browse files
committed
Fixed Type
1 parent fef5529 commit 1750f82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/StorageGRID-Webscale.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14333,7 +14333,7 @@ function Global:Update-SgwManagementCertificate {
1433314333
Position = 2,
1433414334
ValueFromPipelineByPropertyName = $True,
1433514335
ParameterSetName = "Path",
14336-
HelpMessage = "Path to X.509 server certificate in PEM-encoding; omit or null if using default certificates.")][Alias("CertFile")][SString]$ServerCertificatePath,
14336+
HelpMessage = "Path to X.509 server certificate in PEM-encoding; omit or null if using default certificates.")][Alias("CertFile")][String]$ServerCertificatePath,
1433714337
[parameter(Mandatory = $False,
1433814338
Position = 3,
1433914339
ValueFromPipelineByPropertyName = $True,

0 commit comments

Comments
 (0)