aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2021-08-01 13:24:16 +0200
committerpacien2021-08-01 13:24:16 +0200
commit53c2f6154ae9d739780a90ce177320cb3b63dcbd (patch)
tree217a04987df9690406daa293a63915e65049ebc1
parentb083cc8775d27eb0fde52bea3beeb46297ad62e4 (diff)
downloaduge_l2_rdbms_python_proto-53c2f6154ae9d739780a90ce177320cb3b63dcbd.tar.gz
docs: fix shell var syntax
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 3ee51fe..9b7378c 100644
--- a/readme.md
+++ b/readme.md
@@ -383,7 +383,7 @@ heroku create --region eu
383 383
384# Set a local environment variable with the assigned name of the project so 384# Set a local environment variable with the assigned name of the project so
385# that the next commands operate on it. 385# that the next commands operate on it.
386set --export HEROKU_APP 'name of the created app' 386export HEROKU_APP='name of the created app'
387 387
388# Set a randomly-generated signed cookie secret key for our application. 388# Set a randomly-generated signed cookie secret key for our application.
389heroku config:set COOKIE_SECRET_KEY=$(pwgen --secure 128 1) 389heroku config:set COOKIE_SECRET_KEY=$(pwgen --secure 128 1)