fix: assign git root

This commit is contained in:
2025-05-14 04:32:02 -04:00
parent 106a43aaf1
commit 71df7b4711

View File

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