We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530cd4c commit 57db48bCopy full SHA for 57db48b
modules/BOSH.Agent/BOSH.Agent.psm1
@@ -68,7 +68,7 @@ function Copy-Agent
68
Move-Item (Join-Path $boshDir (Join-Path "deps" "*")) $depsDir
69
Remove-Item -Path (Join-Path $boshDir "deps") -Force
70
71
- New-Item -Path (Join-Path $depsDir "tar.exe") -ItemType SymbolicLink -V "C:\Windows\system32\tar.exe"
+ Copy-Item "C:\Windows\system32\tar.exe" -Destination (Join-Path $depsDir "tar.exe")
72
}
73
74
0 commit comments