mirror of
https://github.com/iv-org/protodec.git
synced 2026-01-01 08:00:18 -05:00
Make Protodec compliant with 1.17.0 formatter
This commit is contained in:
parent
9e02d88a19
commit
9d18af53c8
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
require "option_parser"
|
||||
require "./protodec/utils"
|
||||
|
||||
CURRENT_BRANCH = {{ "#{`git branch | sed -n '/\* /s///p'`.strip}" }}
|
||||
CURRENT_BRANCH = {{ "#{`git branch | sed -n '/* /s///p'`.strip}" }}
|
||||
CURRENT_COMMIT = {{ "#{`git rev-list HEAD --max-count=1 --abbrev-commit`.strip}" }}
|
||||
CURRENT_VERSION = {{ "#{`git describe --tags --abbrev=0`.strip}" }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue