Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 65c8e8f

Browse files
author
Micah Young
authored
Update README.md
1 parent 8549b44 commit 65c8e8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,6 @@ variables:
194194

195195
* If so, shut down all running vms
196196
```
197-
vmrun list | grep vmx | while read vmx; do [ -d $(basename $vmx) ] || mkdir $(dirname $vmx); [ -f $vmx ] || curl -L https://github.com/micahyoung/bosh-vmrun-cpi-release/raw/v1.0.0/src/bosh-vmrun-cpi/test/fixtures/test.vmx -o $vmx; vmrun stop $vmx hard; done ```
197+
vmrun list | grep vmx | while read vmx; do [ -d $(dirname $vmx) ] || mkdir $(dirname $vmx); [ -f $vmx ] || curl -L https://github.com/micahyoung/bosh-vmrun-cpi-release/raw/v1.0.0/src/bosh-vmrun-cpi/test/fixtures/test.vmx -o $vmx; vmrun stop $vmx hard; done
198+
```
198199
* Reattempt operation

0 commit comments

Comments
 (0)