cleanup: */install.ps1 add out-null to all New-Item calls
[webi-installers/.git] / dotenv-linter / install.ps1
index 3327489544a97a05793d8b320470552c02f5a8fa..8403a5937dbb8978da9657d7ba8ebef3e7b87e55 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 -Force
+        New-Item "$pkg_src_bin" -ItemType Directory -Force | out-null
         Move-Item -Path ".\dotenv-linter.exe" -Destination "$pkg_src_bin"
 
     # Exit tmp