diff options
author | Adam Miller <admiller@redhat.com> | 2014-11-11 17:40:27 -0600 |
---|---|---|
committer | Adam Miller <admiller@redhat.com> | 2014-11-11 17:40:27 -0600 |
commit | 81257f40c225ff35ede6355d34453803ccadce99 (patch) | |
tree | 13866d58f3f25b6133452c706707753010a78209 | |
parent | 1d5ea59b5ceb028ec03eb2b66ae3e1aafe1b0ca9 (diff) | |
download | openshift-81257f40c225ff35ede6355d34453803ccadce99.tar.gz openshift-81257f40c225ff35ede6355d34453803ccadce99.tar.bz2 openshift-81257f40c225ff35ede6355d34453803ccadce99.tar.xz openshift-81257f40c225ff35ede6355d34453803ccadce99.zip |
short-term fix up for cluster.sh supported environment tags
-rwxr-xr-x | cluster.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster.sh b/cluster.sh index 30cfb5e75..035602620 100755 --- a/cluster.sh +++ b/cluster.sh @@ -15,7 +15,7 @@ function usage { ${0} : [create|terminate|update|list] {GCE environment tag} Supported environment tags: - $(grep 'SUPPORTED_ENVS.*=' ./cloud.rb) + $(grep 'SUPPORTED_ENVS.*=' ./lib/gce_command.rb) EOT } # @formatter:on |