Fix regular builds writing to the wrong tag

This commit is contained in:
James Lu 2021-10-07 18:52:42 -07:00
parent 93df451c67
commit e3a4133414

View file

@ -9,7 +9,7 @@ local build(contrib=false) = {
"VERSION": "7.2.10-r2"
},
"commands": [
"./write-tags.sh $VERSION contrib > .tags",
"./write-tags.sh $VERSION" + (if contrib then " contrib" else " ") + "> .tags",
"# Will build the following tags:",
"cat .tags"
]