Skip to content

Commit

Permalink
Fix typos (yes, again)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefmathiot committed Feb 20, 2015
1 parent 82a332c commit ce54d05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ projects_datasource:
- replset3.example.com:27017
username: "operator"
password: "secret"
database: "projects"
hugs:
issues: "db.projects.find( { score: { $lt: 3.8 } } ).sort(score: -1).toArray()"
status: "{ failures: db.projects.find( { status: 'failed' } ).count(), success: db.projects.find( { status: 'success' } ).count() }"
Expand Down

0 comments on commit ce54d05

Please sign in to comment.