Skip to content

Commit

Permalink
Heroku setup docs: remove errant space
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki authored Jul 12, 2019
1 parent b683d56 commit 23a35b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/misc/Heroku.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 23a35b2

Please sign in to comment.