From bf1cfd1f13503cee29170f197ada5a1989b269aa Mon Sep 17 00:00:00 2001 From: Chance Zibolski Date: Mon, 13 Nov 2017 15:01:26 -0800 Subject: [PATCH] hack/uninstall: Fix newline escape --- hack/uninstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/uninstall.sh b/hack/uninstall.sh index 93aaa2e7b..74819acb1 100755 --- a/hack/uninstall.sh +++ b/hack/uninstall.sh @@ -7,10 +7,10 @@ kube-remove-non-file secret coreos-pull-secret msg "Removing query and collection layer" kube-remove \ - manifests/chargeback + manifests/chargeback \ manifests/presto \ manifests/hive \ - manifests/hdfs \ + manifests/hdfs msg "Removing Custom Resources" kube-remove \