Fix the get_version function to include the full commit sha

This commit is contained in:
Sameer Rahmani 2023-02-04 00:22:26 +00:00
parent 154ab2573f
commit d3dc844e9a
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ function _pop() {
function get_version() {
_push "$1"
git describe
git describe --abbrev=40
_pop
}