diff options
author | pacien | 2021-08-01 13:24:16 +0200 |
---|---|---|
committer | pacien | 2021-08-01 13:24:16 +0200 |
commit | 53c2f6154ae9d739780a90ce177320cb3b63dcbd (patch) | |
tree | 217a04987df9690406daa293a63915e65049ebc1 | |
parent | b083cc8775d27eb0fde52bea3beeb46297ad62e4 (diff) | |
download | uge_l2_rdbms_python_proto-53c2f6154ae9d739780a90ce177320cb3b63dcbd.tar.gz |
docs: fix shell var syntax
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
386 | set --export HEROKU_APP 'name of the created app' | 386 | export 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. |
389 | heroku config:set COOKIE_SECRET_KEY=$(pwgen --secure 128 1) | 389 | heroku config:set COOKIE_SECRET_KEY=$(pwgen --secure 128 1) |