Browse Source

short-term fix up for cluster.sh supported environment tags

Adam Miller 10 years ago
parent
commit
81257f40c2
1 changed files with 1 additions and 1 deletions
  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