Skip to content

Commit

Permalink
Fixed small issue with release tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ffeldhaus committed Jul 11, 2017
1 parent 09c01fe commit 06ca557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/OnCommand-Insight-Tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function New-OciRelease {
[Parameter(Mandatory = $false)][switch]$Minor,
[Parameter(Mandatory = $false)][switch]$Build,
[Parameter(Mandatory = $false)][switch]$Release,
[Parameter(Mandatory = $true)][X509Certificate]$Certificate
[Parameter(Mandatory = $true)][System.Security.Cryptography.X509Certificates.X509Certificate]$Certificate
)

$ErrorActionPreference = "Stop"
Expand Down

0 comments on commit 06ca557

Please sign in to comment.