Skip to content

Commit

Permalink
Set cluster names to ampcamp3-dryrun
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaram committed Aug 16, 2013
1 parent 815e6e4 commit 2750433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch_ampcamp3_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def main():

args.append(opts.action)

cluster_name = 'ampcamp3' + str(cluster)
cluster_name = 'ampcamp3-dryrun' + str(cluster)
args.append(cluster_name)

print "Launching " + cluster_name
Expand Down

0 comments on commit 2750433

Please sign in to comment.