Skip to content

Commit 32df3ac

Browse files
committed
Correcty a typo in error message
1 parent 38904ec commit 32df3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NetScaler/Public/Install-NSLicense.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function Install-NSLicense {
4646
if (Test-Path -Path $_) {
4747
$true
4848
} else {
49-
throw 'Cannot file license file. Path does not exist.'
49+
throw 'Cannot find license file. Path does not exist.'
5050
}
5151
})]
5252
[string]$Path,

0 commit comments

Comments
 (0)