Procházet zdrojové kódy

Merge pull request #28 from maxamillion/admiller/fix_cluster_sh

short-term fix up for cluster.sh supported environment tags
Thomas Wiest před 10 roky
rodič
revize
95ae631e6e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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