From 53c2f6154ae9d739780a90ce177320cb3b63dcbd Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 1 Aug 2021 13:24:16 +0200 Subject: docs: fix shell var syntax --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # Set a local environment variable with the assigned name of the project so # that the next commands operate on it. -set --export HEROKU_APP 'name of the created app' +export HEROKU_APP='name of the created app' # Set a randomly-generated signed cookie secret key for our application. heroku config:set COOKIE_SECRET_KEY=$(pwgen --secure 128 1) -- cgit v1.2.3