summaryrefslogtreecommitdiffstats
path: root/cluster.sh
diff options
context:
space:
mode:
authorChris Alfonso <calfonso@redhat.com>2015-02-03 15:30:14 -0500
committerChris Alfonso <calfonso@redhat.com>2015-02-03 15:30:14 -0500
commita99c327f54fe771e49e93cc4ba8640a71c35e04b (patch)
treebd97f085756bd8d117b1e84a1cfc5ecd70fa4b95 /cluster.sh
parent4ed3d1e3c8051bc0b76b098d2848460355e46cc6 (diff)
downloadopenshift-a99c327f54fe771e49e93cc4ba8640a71c35e04b.tar.gz
openshift-a99c327f54fe771e49e93cc4ba8640a71c35e04b.tar.bz2
openshift-a99c327f54fe771e49e93cc4ba8640a71c35e04b.tar.xz
openshift-a99c327f54fe771e49e93cc4ba8640a71c35e04b.zip
BZ1174620 - Show grep error of no such file when upper case provider..
* This patch just silences grep errors
Diffstat (limited to 'cluster.sh')
-rwxr-xr-xcluster.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster.sh b/cluster.sh
index bd70a3a13..ff1c20566 100755
--- a/cluster.sh
+++ b/cluster.sh
@@ -24,7 +24,7 @@ function usage {
${0} : [create|terminate|update|list] { ${UPPER_CASE_PROVIDER} environment tag}
Supported environment tags:
- $(grep 'SUPPORTED_ENVS.*=' ./lib/${PROVIDER}_command.rb)
+ $(grep --no-messages 'SUPPORTED_ENVS.*=' ./lib/${PROVIDER}_command.rb)
EOT
}
# @formatter:on