summaryrefslogtreecommitdiffstats
path: root/cluster.sh
diff options
context:
space:
mode:
authorAdam Miller <admiller@redhat.com>2014-11-11 17:40:27 -0600
committerAdam Miller <admiller@redhat.com>2014-11-11 17:40:27 -0600
commit81257f40c225ff35ede6355d34453803ccadce99 (patch)
tree13866d58f3f25b6133452c706707753010a78209 /cluster.sh
parent1d5ea59b5ceb028ec03eb2b66ae3e1aafe1b0ca9 (diff)
downloadopenshift-81257f40c225ff35ede6355d34453803ccadce99.tar.gz
openshift-81257f40c225ff35ede6355d34453803ccadce99.tar.bz2
openshift-81257f40c225ff35ede6355d34453803ccadce99.tar.xz
openshift-81257f40c225ff35ede6355d34453803ccadce99.zip
short-term fix up for cluster.sh supported environment tags
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 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