summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2014-11-13 12:48:21 -0500
committerThomas Wiest <twiest@users.noreply.github.com>2014-11-13 12:48:21 -0500
commit95ae631e6e5f2230a912d65d7add0178e7878079 (patch)
tree65ddf51988fc91fbc2122ad1625686bd82bc3167
parentc05f271bc48cd5481e987f134e570e6b837fc8d0 (diff)
parent81257f40c225ff35ede6355d34453803ccadce99 (diff)
downloadopenshift-95ae631e6e5f2230a912d65d7add0178e7878079.tar.gz
openshift-95ae631e6e5f2230a912d65d7add0178e7878079.tar.bz2
openshift-95ae631e6e5f2230a912d65d7add0178e7878079.tar.xz
openshift-95ae631e6e5f2230a912d65d7add0178e7878079.zip
Merge pull request #28 from maxamillion/admiller/fix_cluster_sh
short-term fix up for cluster.sh supported environment tags
-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