remove extra output

This commit is contained in:
Dmitry Shibanov
2020-03-18 10:00:46 +03:00
parent 18e371964f
commit 1941e8d57d

View File

@@ -51,8 +51,6 @@ if (Get-Command -Name 'helm')
Write-Host "helm on path" Write-Host "helm on path"
Write-Host "Full version:" Write-Host "Full version:"
helm version helm version
Write-Host "Short version:"
helm version --short
} }
else else
{ {