Skip to content

Commit 0b57d8e

Browse files
authored
comment typo
1 parent ea9f62e commit 0b57d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/clone/New-DcnClone.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
}
275275
}
276276

277-
# If not root dir, remove the last "\" from the path it would mess up the mount of the VHD
277+
# If not root dir, remove the last "\" from the path, else it would mess up the mount of the VHD
278278
if (($Destination | Select-String "\\" -AllMatches).Matches.Count -gt 1) {
279279
if ($Destination.EndsWith("\")) {
280280
$Destination = $Destination.Substring(0, $Destination.Length - 1)

0 commit comments

Comments
 (0)