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 b11b11a commit e9a9dd0Copy full SHA for e9a9dd0
tools/exchange2grommunio.ps1
@@ -490,11 +490,11 @@ if (!$PSScriptRoot) {
490
$PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent
491
}
492
493
-# Test if $WinSharedFolder is a valide path
+# Test if $WinSharedFolder is a valid path
494
#
495
if (!( $(Try { Test-Path $WinSharedFolder.trim() } Catch { $false }) )) { #Returns $false if $null, "" or " "
496
Write-Host ""
497
- Write-Host "'$WinSharedFolder' is not a valide path, please update variable `$WinSharedFolder and try again." -fore red
+ Write-Host "'$WinSharedFolder' is not a valid path, please update variable `$WinSharedFolder and try again." -fore red
498
exit 1
499
500
0 commit comments