Skip to content

Commit

Permalink
version: fix path for git describe of version for redo
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfitz committed Feb 10, 2020
1 parent a1fbf25 commit 1f1dc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/long.txt.do
@@ -1,4 +1,4 @@
ver=$(git describe | sed 's/^v//')
ver=$(cd ../.. && git describe | sed 's/^v//')
if [ "$ver" = "${ver%-*}" ]; then
# no sub-version. ie. it's 0.05 and not 0.05-341
# so add a sub-version.
Expand Down

0 comments on commit 1f1dc3a

Please sign in to comment.