Skip to content

Commit

Permalink
Merge pull request #279 from amureki/patch-1
Browse files Browse the repository at this point in the history
Heroku setup docs: remove errant space
  • Loading branch information
JackEllis authored Feb 14, 2020
2 parents 0dd6d41 + 23a35b2 commit ed7dd42
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 ed7dd42

Please sign in to comment.