Skip to content

Commit

Permalink
fix vhd typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlydba authored Apr 19, 2022
1 parent d12a59f commit acd2a39
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 acd2a39

Please sign in to comment.