X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=golang%2Finstall.ps1;h=44a0db8e743cebe36d6a87be6137625980ac6b63;hb=713e44b7d96290daac344ce79bfa34736691fbee;hp=0ae4a62388195411f0139040b7589c79948ee10e;hpb=48f3faa49db499fb0194d329ea5b08e4d72cff61;p=webi-installers%2F.git diff --git a/golang/install.ps1 b/golang/install.ps1 index 0ae4a62..44a0db8 100644 --- a/golang/install.ps1 +++ b/golang/install.ps1 @@ -54,7 +54,7 @@ IF (!(Test-Path -Path "$pkg_src")) echo "Copying into '$pkg_dst' from '$pkg_src'" Remove-Item -Path "$pkg_dst" -Recurse -ErrorAction Ignore Copy-Item -Path "$pkg_src" -Destination "$pkg_dst" -Recurse -IF (!(Test-Path -Path go\bin)) { New-Item -Path go\bin -ItemType Directory } +IF (!(Test-Path -Path go\bin)) { New-Item -Path go\bin -ItemType Directory -Force } # Special to go: re-run all go tooling builds echo "Building go language tools..."