cleanup: */install.ps1 add out-null to all New-Item calls
[webi-installers/.git] / rg / install.ps1
index f6da869fdb49843211cdb171f5fdcc48daddcda8..190f8b959ff2c43b56c3ec967d6b6f4db508f1c2 100644 (file)
@@ -46,7 +46,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 ".\ripgrep-*\rg.exe" -Destination "$pkg_src_bin"
 
     # Exit tmp