From 46af25c416e76cec2c33164c2c7465557de691ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Tue, 11 May 2021 22:41:59 +0200 Subject: [PATCH] chg: revert not wanted change --- scripts/update-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-all.sh b/scripts/update-all.sh index be16f5e..dfaa3d0 100755 --- a/scripts/update-all.sh +++ b/scripts/update-all.sh @@ -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