Skip to content

Commit

Permalink
Merge pull request #199 from polmiro/fix-typo-commiter-option
Browse files Browse the repository at this point in the history
Fix typo committer option
  • Loading branch information
parroty authored Oct 9, 2019
2 parents 864a73d + 756a0e6 commit d2bb6e2
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 @@ -209,7 +209,7 @@ It is for submitting the result to coveralls server from any host.
The token can be specified as a mix task option (`--token`), or as an environment variable (`COVERALLS_REPO_TOKEN`).

```Shell
MIX_ENV=test mix coveralls.post --token [YOUR_TOKEN] --branch "master" --name "local host" --commiter "committer name" --sha "fd80a4c" --message "commit message"
MIX_ENV=test mix coveralls.post --token [YOUR_TOKEN] --branch "master" --name "local host" --committer "committer name" --sha "fd80a4c" --message "commit message"
....................................................................................................

Finished in 6.3 seconds (0.7s on load, 5.6s on tests)
Expand Down

0 comments on commit d2bb6e2

Please sign in to comment.