Skip to content

Commit

Permalink
Fix get tag
Browse files Browse the repository at this point in the history
  • Loading branch information
janisz committed May 18, 2023
1 parent 88c8908 commit 2954c50
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 2954c50

Please sign in to comment.