Skip to content

Commit 464cdd0

Browse files
authored
Merge pull request #28 from andrewhavens/patch-1
Fix typo/bug in check:heroku example
2 parents 0c1ffc0 + a738c77 commit 464cdd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ The easiest/quickest is to run:
189189
$ heroku config | bundle exec envied check:heroku
190190
```
191191

192-
This is equivalent to having the heroku config as your local environment and running `envied check --groups default production`.
192+
This is equivalent to having the heroku config as your local environment and running `envied check:heroku --groups default production`.
193193

194194
You want to run this right before a deploy to Heroku. This prevents that your app will crash during bootup because ENV-variables are missing from heroku config.
195195

0 commit comments

Comments
 (0)