Skip to content

Commit

Permalink
Fix lint issue and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
redaxmedia committed Nov 4, 2019
1 parent d5323e8 commit 07f23e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Monitor a single project:
chroma-feedback --provider=codeship
--codeship-oranization <oranization-uuid>
--codeship-oranization <project-uuid>
--codeship-project <project-uuid>
--codeship-username <username>
--codeship-password <password>
```
Expand All @@ -248,8 +248,8 @@ Monitor multiple projects:
chroma-feedback --provider=codeship
--codeship-oranization <oranization-uuid>
--codeship-oranization <project-uuid>
--codeship-oranization <project-uuid>
--codeship-project <project-uuid>
--codeship-project <project-uuid>
--codeship-username <username>
--codeship-password <password>
```
Expand Down
1 change: 0 additions & 1 deletion chroma_feedback/provider/codeship/normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ def normalize_status(status):
if status in ['failed', 'infrastructure_failure']:
return 'failed'
return 'passed'

0 comments on commit 07f23e7

Please sign in to comment.