From 875126d69dcaa715180845ac9d7c98acabeb669b Mon Sep 17 00:00:00 2001 From: Mark Valor Date: Tue, 26 Sep 2017 23:12:39 -0700 Subject: [PATCH] Make hcdestroy work non-interactively --- bin/hcdestroy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hcdestroy.sh b/bin/hcdestroy.sh index cfec568..2252601 100755 --- a/bin/hcdestroy.sh +++ b/bin/hcdestroy.sh @@ -1,4 +1,4 @@ #!/bin/sh -gcloud compute instances delete homebase +gcloud --quiet compute instances delete homebase