README.md in ec2-host-0.5.7 vs README.md in ec2-host-0.5.8
- old
+ new
@@ -180,10 +180,10 @@
Install terraform and run to create instances for tests
```
$ brew install terraform
$ env $(cat .env) terraform plan
-$ env ($cat .env) terraform apply
+$ env $(cat .env) terraform apply
```
Run test
```