docs: use single quotes in example to avoid shell expansion

This commit is contained in:
Chris Montgomery 2021-09-19 23:43:29 -04:00 committed by David Arnold
parent ccf160dd21
commit 95f89c0b44

View file

@ -40,7 +40,7 @@ And the private key to your user:
And run the deployment:
```sh
deploy ".#hostName" --hostname host.example.com
deploy '.#hostName' --hostname host.example.com
```
> ##### _Note:_