Skip to content

Commit

Permalink
Fixed 'git_last_rev' typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Mar 14, 2022
1 parent c42ff85 commit c46bd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/cmd_package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Supported Variables
``build`` app.conf Get ``build`` from ``[install]`` in ``app.conf``
``version`` app.conf Get ``version`` from ``[launcher]`` in ``app.conf``
``git_tag`` git Run ``git describe --tags --always --dirty``. Common prefixes are removed such as ``v`` or ``release-`` from the tag name.
``git_latest_rev`` git Run ``git log -n1 --pretty=format:%h -- .``
``git_last_rev`` git Run ``git log -n1 --pretty=format:%h -- .``
``git_head`` git Run ``git rev-parse --short HEAD``
================== ========= ============================================================

Expand Down

0 comments on commit c46bd02

Please sign in to comment.