Skip to content

Commit

Permalink
env should be root
Browse files Browse the repository at this point in the history
  • Loading branch information
tompesman committed Jun 16, 2014
1 parent ba65003 commit 2b2b8b2
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 @@ -92,7 +92,7 @@ If you are using `Pushr` with Rails, add this to your `config/initializers/pushr

```ruby
Pushr::Core.configure do |config|
config.configuration_file = File.join(Rails.env , 'config/pushr/config.yaml')
config.configuration_file = File.join(Rails.root , 'config/pushr/config.yaml')
end
```

Expand Down

0 comments on commit 2b2b8b2

Please sign in to comment.