Skip to content

Commit

Permalink
Fix get tag (stackrox#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
janisz authored and abrad3 committed Sep 28, 2023
1 parent d4182ed commit b80a991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-tag
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
git describe --exact-match HEAD 2>/dev/null || git describe --long --tags --abbrev=10 --dirty
git describe --tags --abbrev=10 --dirty

0 comments on commit b80a991

Please sign in to comment.