Heroku setup docs: remove errant space

This commit is contained in:
Rust Saiargaliev 2019-07-12 15:04:29 +02:00 committed by GitHub
parent b683d5606c
commit 23a35b2f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ heroku config:set PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/
FATHOM_DATABASE_DRIVER=postgres \
FATHOM_DATABASE_URL=$(heroku config:get DATABASE_URL) \
FATHOM_DEBUG=true \
FATHOM_SECRET= $(openssl rand -base64 32) \
FATHOM_SECRET=$(openssl rand -base64 32) \
FATHOM_GZIP=true
```