-
-
Notifications
You must be signed in to change notification settings - Fork 821
Closed
Description
join-path
doesn't seem to like concatenating the paths for $home
& '.ssh\$File'
as it errors on the wrapped Resolve-Path
with can't find the path ...\.ssh\$File
. Dropping down to .NET fixes this Resolve-Path ([io.path]::combine($home, '.ssh', $File))
Powershell Version
> $PSVersionTable.PSVersion
Major Minor Build Revision
----- ----- ----- --------
5 0 10586 63
Windows Version
> [environment]::OSVersion.Version
Major Minor Build Revision
----- ----- ----- --------
10 0 10586 0
Metadata
Metadata
Assignees
Labels
No labels