diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2014-11-13 12:48:21 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2014-11-13 12:48:21 -0500 |
commit | 95ae631e6e5f2230a912d65d7add0178e7878079 (patch) | |
tree | 65ddf51988fc91fbc2122ad1625686bd82bc3167 | |
parent | c05f271bc48cd5481e987f134e570e6b837fc8d0 (diff) | |
parent | 81257f40c225ff35ede6355d34453803ccadce99 (diff) | |
download | openshift-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-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 |