chg: revert not wanted change

phpword_v0.18.1
Cédric Bonhomme 2021-05-11 22:41:59 +02:00
parent d0670d6bb6
commit 46af25c416
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ checkout_to_latest_tag() {
pushd $1
git fetch --tags
tag=$(git describe --tags `git rev-list --tags --max-count=1`)
git checkout -b $tag latest
git checkout $tag -b latest
git pull origin $tag
popd
fi