From 71df7b4711957c4b0931b2927d7133a1725bb256 Mon Sep 17 00:00:00 2001 From: trev Date: Wed, 14 May 2025 04:32:02 -0400 Subject: [PATCH] fix: assign git root --- .scripts/bump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/bump.sh b/.scripts/bump.sh index a6c1e33..4bcbf6b 100755 --- a/.scripts/bump.sh +++ b/.scripts/bump.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -#git_root=$(git rev-parse --show-toplevel) +git_root=$(git rev-parse --show-toplevel) git_version=$(git describe --tags --abbrev=0) version=${git_version#v}