We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38904ec commit 32df3acCopy full SHA for 32df3ac
NetScaler/Public/Install-NSLicense.ps1
@@ -46,7 +46,7 @@ function Install-NSLicense {
46
if (Test-Path -Path $_) {
47
$true
48
} else {
49
- throw 'Cannot file license file. Path does not exist.'
+ throw 'Cannot find license file. Path does not exist.'
50
}
51
})]
52
[string]$Path,
0 commit comments