Fix markdown issue in vscode-bosh readme

This commit is contained in:
Kris De Volder
2017-08-16 11:02:30 -07:00
parent 587ebb6226
commit ebf71f72d6

View File

@@ -92,6 +92,7 @@ to store the credentials would be something like the following:
First, create an alias for your environment:
```
$ bosh alias-env my-env -e 10.194.4.35 --ca-cert <(bosh int ./creds.yml --path /director_ssl/ca)
Using environment '10.194.4.35' as anonymous user
...