fix logical or

This commit is contained in:
Bryan Black 2018-03-27 13:13:55 -07:00 committed by GitHub
parent 04970a998c
commit 529cc0ef86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,5 +23,5 @@ ubuntu3 | ubuntu/xenial64 | 1 | 1GB | 10GB* |
One-liner:
```
mkdir ~/vm-offspringidea || cd ~/vm-offspringidea && curl -q https://raw.githubusercontent.com/stationgroup/vagrant-labs/master/offspringidea/Vagrantfile -O && vagrant up
mkdir ~/vm-offspringidea ; cd ~/vm-offspringidea && curl -q https://raw.githubusercontent.com/stationgroup/vagrant-labs/master/offspringidea/Vagrantfile -O && vagrant up
```