typo fixed

This commit is contained in:
OCram85 2017-09-21 10:58:39 +02:00
parent d644498f1a
commit 43c94f3853
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ function Connect-To {
begin {
# First check the optional modules
If (-not (Resolve-Dependency -Name $Type)) {
if (-not (Resolve-Dependency -Name $Type)) {
Write-Error -Message ("Could not resolve the optional dependencies defined for {0}" -f $Type) -ErrorAction 'Stop'
}
switch ($Type) {