From 9d18af53c81076de5511035c170cdc09cc9ef59e Mon Sep 17 00:00:00 2001 From: syeopite Date: Sat, 23 Aug 2025 04:33:53 -0700 Subject: [PATCH] Make Protodec compliant with 1.17.0 formatter --- src/protodec.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protodec.cr b/src/protodec.cr index 06962b5..7a03ec1 100644 --- a/src/protodec.cr +++ b/src/protodec.cr @@ -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}" }}