Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#184)
Browse files Browse the repository at this point in the history
In commit 7f6a6f1 the flag to print the
version number changed from 'v' to 'version'.
This updates the CONTRIBUTING.md accordingly.
  • Loading branch information
unixlab authored and labkode committed Aug 12, 2019
1 parent f76fae5 commit be444f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ the bug (when you know how), what environment the bug appeared and so on.
Please tell us at least the following things:

* What's the version of binary you used? Please include the output of
`revad -v` or `reva version` in your bug report.
`revad --version` or `reva version` in your bug report.
* What commands did you execute to get to where the bug occurred?
* What did you expect?
* What happened instead?
Expand All @@ -58,7 +58,7 @@ To compile the REVA daemon and the REVA command line you can:
```
$ git clone https://github.com/cs3org/reva
$ make
$ ./cmd/revad/revad -v
$ ./cmd/revad/revad --version
version=v0.0.0 commit=639f48d branch=review go_version=go1.11.5 build_date=2019-04-17T13:57:17+0200 build_platform=linux/amd64
```

Expand Down

0 comments on commit be444f0

Please sign in to comment.