diff --git a/docs/en/installation/deploying-on-heroku.md b/docs/en/installation/deploying-on-heroku.md index 47fb23ae4..23e639822 100644 --- a/docs/en/installation/deploying-on-heroku.md +++ b/docs/en/installation/deploying-on-heroku.md @@ -45,7 +45,7 @@ This tutorial assumes that you have already managed to clone CONSUL on your mach 6. Now, generate a secret key and save it to an ENV variable named SECRET\_KEY\_BASE using ``` - heroku config:set SECRET_KEY_BASE=`ruby -rsecurerandom -e "puts SecureRandom.hex(64)" + heroku config:set SECRET_KEY_BASE=`ruby -rsecurerandom -e "puts SecureRandom.hex(64)"` ``` You need to let the app know where the secret key is stored by adding a link to the ENV variable in _config/secrets.yml_