summaryrefslogtreecommitdiff
path: root/tools/git-compare-abis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/git-compare-abis.sh')
-rwxr-xr-xtools/git-compare-abis.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/git-compare-abis.sh b/tools/git-compare-abis.sh
index 64ac04bdf4..2db9b4928d 100755
--- a/tools/git-compare-abis.sh
+++ b/tools/git-compare-abis.sh
@@ -22,8 +22,8 @@ cd `git rev-parse --show-toplevel`
#LAST_TAG=`git describe --tags --abbrev=0`
#LAST_TAG_DIR=$LAST_TAG
-# Unstable branches, e.g. master don't have usable tags. Use a commit instead.
-LAST_TAG=d1128f64332ff4f9553e16a7343796d896f7a07e
+# Use latest commit
+LAST_TAG=HEAD
LAST_TAG_DIR=master
rm -rf $LAST_TAG_DIR