Skip to content

Commit d654c94

Browse files
committed
Merge pull request #3410 from mboersma/fix-deisctl-example
fix(docs): bracket $HOME properly in "deisctl config" example
2 parents 4c747d5 + b0a87b7 commit d654c94

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)