Skip to content

Commit

Permalink
fix(docs): bracket $HOME properly in "deisctl config" example
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Apr 1, 2015
1 parent 4340f64 commit b0a87b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installing_deis/install-platform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ hosts during ``deis run``:
.. note::

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

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

Expand Down

0 comments on commit b0a87b7

Please sign in to comment.