summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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