Explorar o código

Merge pull request #28 from maxamillion/admiller/fix_cluster_sh

short-term fix up for cluster.sh supported environment tags
Thomas Wiest %!s(int64=10) %!d(string=hai) anos
pai
achega
95ae631e6e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cluster.sh

+ 1 - 1
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