Max Burlik
Results
1
comments of
Max Burlik
I was able to work around this locally by updating line 60 from ``` Move-Item -Force (Join-Path $tempdir "docker-credential-acr-windows*.exe") $installLocation ``` to ``` Move-Item -Force (Join-Path $tempdir "docker-credential-acr-windows*.exe") $installLocation[0] ```