diff --git a/get-tag b/get-tag index 730f3fced..e80a7567c 100755 --- a/get-tag +++ b/get-tag @@ -1,2 +1,2 @@ #!/bin/sh -git describe --exact-match HEAD 2>/dev/null || git describe --long --tags --abbrev=10 --dirty \ No newline at end of file +git describe --tags --abbrev=10 --dirty \ No newline at end of file