Fix release tagging script
[releng.git] / jjb / releng / releng-release-tagging.sh
index e1b9351..f8cf9c8 100644 (file)
@@ -34,7 +34,7 @@ for release_file in $RELEASE_FILES; do
           echo "$tag does not exist"
           TAG_EXISTS=false
       else
-          git cat-file tag $tag
+          git cat-file commit $tag
           TAG_EXISTS=true
       fi