summaryrefslogtreecommitdiffstats
path: root/cluster.sh
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2015-02-03 13:39:53 -0700
committerJhon Honce <jhonce@redhat.com>2015-02-03 13:39:53 -0700
commit4c1645c4765330de710de0cf8245cd64dfe123c6 (patch)
treebd97f085756bd8d117b1e84a1cfc5ecd70fa4b95 /cluster.sh
parent4ed3d1e3c8051bc0b76b098d2848460355e46cc6 (diff)
parenta99c327f54fe771e49e93cc4ba8640a71c35e04b (diff)
downloadopenshift-4c1645c4765330de710de0cf8245cd64dfe123c6.tar.gz
openshift-4c1645c4765330de710de0cf8245cd64dfe123c6.tar.bz2
openshift-4c1645c4765330de710de0cf8245cd64dfe123c6.tar.xz
openshift-4c1645c4765330de710de0cf8245cd64dfe123c6.zip
Merge pull request #50 from calfonso/bz1174620
BZ1174620 - Show grep error of no such file when upper case provider..
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