Skip to content

Commit

Permalink
hack/uninstall: Fix newline escape
Browse files Browse the repository at this point in the history
  • Loading branch information
Chance Zibolski committed Nov 13, 2017
1 parent efab5d4 commit bf1cfd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit bf1cfd1

Please sign in to comment.