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 9db2160 commit 0992088Copy full SHA for 0992088
images/linux/scripts/installers/Install-Toolset.ps1
@@ -50,5 +50,5 @@ foreach ($tool in $tools) {
50
exit 1
51
}
52
53
- chown -R "$($env:SUDO_USER):$($env:SUDO_USER)" /opt/hostedtoolcache/$tool
+ chown -R "$($env:SUDO_USER):$($env:SUDO_USER)" "/opt/hostedtoolcache/$($tool.name)"
54
0 commit comments