Skip to content

Commit

Permalink
docs: use single quotes in example to avoid shell expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
montchr authored and blaggacao committed Sep 20, 2021
1 parent ccf160d commit 95f89c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/integrations/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:_
Expand Down

0 comments on commit 95f89c0

Please sign in to comment.