Skip to content

Commit

Permalink
Merge pull request #22 from PowerShell/KarolKaczmarek-patch-1
Browse files Browse the repository at this point in the history
Fixing typo in Write-Verbose in MSFT_xVhdFileDirectory.psm1. Fixes #16
  • Loading branch information
KarolKaczmarek committed Aug 28, 2015
2 parents 4327545 + 60d7fe4 commit 5f6758e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function Test-TargetResource
}


Write-Verbose "Test retruned $result"
Write-Verbose "Test returned $result"
return $result;
}

Expand Down

0 comments on commit 5f6758e

Please sign in to comment.