docs: use single quotes in example to avoid shell expansion
This commit is contained in:
parent
ccf160dd21
commit
95f89c0b44
|
@ -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:_
|
||||
|
|
Loading…
Reference in a new issue