Skip to content

Commit

Permalink
Merge pull request #8 from finbarr/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nbhartiya committed Oct 24, 2015
2 parents 434c1dc + 3d59741 commit 9066c43
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 @@ -46,7 +46,7 @@ SendSonar.configure do |config|

elsif Rails.env.staging?
config.env = :sandbox
config.token = ENV['SONAR_SANDBOX_TOKEN'] || 'YOUR_PRODUCTION_TOKEN'
config.token = ENV['SONAR_SANDBOX_TOKEN'] || 'YOUR_SANDBOX_TOKEN'
end
end
```
Expand Down

0 comments on commit 9066c43

Please sign in to comment.