Skip to content

Commit b0a87b7

Browse files
committed
fix(docs): bracket $HOME properly in "deisctl config" example
1 parent 4340f64 commit b0a87b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/installing_deis/install-platform.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ hosts during ``deis run``:
6060
6161
.. note::
6262

63-
For Vagrant clusters: ``deisctl config platform set sshPrivateKey=$(HOME)/.vagrant.d/insecure_private_key``
63+
For Vagrant clusters: ``deisctl config platform set sshPrivateKey=${HOME}/.vagrant.d/insecure_private_key``
6464

6565
We'll also need to tell the controller which domain name we are deploying applications under:
6666

0 commit comments

Comments
 (0)