From ff28501eb0cece3a88d8f84d8808441cfd42b149 Mon Sep 17 00:00:00 2001 From: LucasCioffi Date: Fri, 19 Jul 2019 16:10:12 -0400 Subject: [PATCH] Adding missing character I think there was a missing character on this line. --- docs/en/installation/deploying-on-heroku.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_