Skip to content

Commit

Permalink
Merge pull request #188 from lowlydba/patch-5
Browse files Browse the repository at this point in the history
New-DcnClone: fix vhd typo
  • Loading branch information
sanderstad authored Apr 19, 2022
2 parents d12a59f + acd2a39 commit f7a98de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/clone/New-DcnClone.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@
}

# Mount the vhd
if ($PSCmdlet.ShouldProcess("$($clonePath)", "Mounting clone clone")) {
if ($PSCmdlet.ShouldProcess("$($clonePath)", "Mounting clone")) {
try {
Write-PSFMessage -Message "Mounting clone" -Level Verbose

Expand Down

0 comments on commit f7a98de

Please sign in to comment.