mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 00:42:48 -04:00
MOAR STARS
This commit is contained in:
parent
222cf2012b
commit
aeef7b5de3
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ Engine = Base.extend({
|
|||
new Chainable()
|
||||
.wait(2000)
|
||||
.then(function(){
|
||||
this.starGeneratorRate = 100;
|
||||
this.starGeneratorRate = 200;
|
||||
}, this)
|
||||
.wait(2000)
|
||||
.then(function(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue