Make Protodec compliant with 1.17.0 formatter

This commit is contained in:
syeopite 2025-08-23 04:33:53 -07:00
parent 9e02d88a19
commit 9d18af53c8
No known key found for this signature in database
GPG key ID: A73C186DA3955A1A

View file

@ -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}" }}