cleanup: use -Force making directories
[webi-installers/.git] / dotenv / install.ps1
index 62d57edbecef05a01cc6ba7f2126b00dbdbf806c..fb533d9549e89adc4d6d5f2f20494115544a3d40 100644 (file)
@@ -45,7 +45,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd"))
 
         # Settle unpacked archive into place
         echo "Install Location: $pkg_src_cmd"
-        New-Item "$pkg_src_bin" -ItemType Directory
+        New-Item "$pkg_src_bin" -ItemType Directory -Force
         Move-Item -Path ".\dotenv.exe" -Destination "$pkg_src_bin"
 
     # Exit tmp