Publish Pre-release #1

Merged
OCram85 merged 38 commits from dev into master 2017-09-21 13:32:16 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 43c94f3853 - Show all commits

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) {