Skip to content

Commit

Permalink
Merge pull request #1 from mgreenegit/mgreenegit-patch-1
Browse files Browse the repository at this point in the history
Update MSFT_xWebVirtualDirectory.psm1
  • Loading branch information
mgreenegit committed Jul 29, 2015
2 parents 37a4fc5 + ef61730 commit a441128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function Test-TargetResource

if ($virtualDirectory.count -eq 0 -and $Ensure -eq "Absent")
{
Write-Verbose "Web virtual direcotry $Name should be absent and is absent"
Write-Verbose "Web virtual directory $Name should be absent and is absent"
return $true
}

Expand Down

0 comments on commit a441128

Please sign in to comment.