Skip to content

Commit

Permalink
documentation for xgit updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lehmann committed Oct 14, 2018
1 parent 7809119 commit cc6907d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/xgit.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo('Git url: ' + xgit.url)
echo('Git author name: ' + xgit.authorName)
echo('Git author mail: ' + xgit.authorMail)
echo('Git last tag: ' + xgit.lastTag)
echo('Git changes since last tag: ' + xgit.changesSincelastTag)
echo('Git changes since last tag: ' + xgit.changesSinceLastTag)
```

**Please note**:
Expand Down

0 comments on commit cc6907d

Please sign in to comment.