diff options
| author | Chris Alfonso <calfonso@redhat.com> | 2015-02-03 15:30:14 -0500 |
|---|---|---|
| committer | Chris Alfonso <calfonso@redhat.com> | 2015-02-03 15:30:14 -0500 |
| commit | a99c327f54fe771e49e93cc4ba8640a71c35e04b (patch) | |
| tree | bd97f085756bd8d117b1e84a1cfc5ecd70fa4b95 | |
| parent | 4ed3d1e3c8051bc0b76b098d2848460355e46cc6 (diff) | |
BZ1174620 - Show grep error of no such file when upper case provider..
* This patch just silences grep errors
| -rwxr-xr-x | cluster.sh | 2 |
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 |
