cleanup: */install.ps1 add out-null to all New-Item calls
[webi-installers/.git] / kubectx / install.ps1
index 85e24640c6954de73dbd42a36c81ec0a803cbe17..3453472c87a2ea61066943190d4448f087462f6b 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 "kubectx.exe" -Destination "$pkg_src_bin"
 
     # Exit tmp