You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure you are able to reproduce it on the latest released version (we release often)
Verified this bug is not already reported in an issue
Verified errors are not related to permissions
Can reproduce in a clean PowerShell session (clean = powershell -NoProfile)
Describe the bug
When the destination for a clone is a root directory, the trailing \ is removed and it creates a folder by the name instead of the file, making it unable to work
This was introduced when Join-Path was removed since Combine won't add it back automagically:
Before submitting the bug
powershell -NoProfile
)Describe the bug
When the destination for a clone is a root directory, the trailing
\
is removed and it creates a folder by the name instead of the file, making it unable to workThis was introduced when
Join-Path
was removed sinceCombine
won't add it back automagically:dbaclone/functions/clone/New-DcnClone.ps1
Lines 277 to 280 in f7a98de
dbaclone/functions/clone/New-DcnClone.ps1
Lines 397 to 409 in f7a98de
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The clone is created at
C:\
, not attempted atC:
The text was updated successfully, but these errors were encountered: