From 4b91aad4db8a47810de300966245a7a489d92b8d Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 10 Jul 2023 08:46:59 +0000 Subject: [PATCH] Hiding gcloud output --- software.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software.yml b/software.yml index 65bb1583..ebf2c08d 100644 --- a/software.yml +++ b/software.yml @@ -9998,7 +9998,7 @@ softwarePlugins: - microsoft.cst.attacksurfaceanalyzer.cli - dotnet-format gcloud: - cmd: bash -c 'if ! gcloud components list | grep 'Installed.*{PLUGIN}' > /dev/null; then gcloud components install "{PLUGIN}"; fi' + cmd: bash -c 'if ! gcloud components list | grep 'Installed.*{PLUGIN}' &> /dev/null; then gcloud components install "{PLUGIN}"; fi' plugins: - app-engine-go - cloud-datastore-emulator