Skip to content

Commit

Permalink
Merge pull request fivetanley#21 from ibroadfo/patch-1
Browse files Browse the repository at this point in the history
fix .env.production path example
  • Loading branch information
fivetanley authored May 30, 2017
2 parents efd9ff0 + e4d54d9 commit ca42cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ module.exports = function(defaults) {
```

With the above, if you run `ember build --environment production`, the file
`.env.production` will be used instead.
`./path/to/.env.production` will be used instead.

## Compatibility

Expand Down

0 comments on commit ca42cca

Please sign in to comment.