Fix superfluous orphans

This commit is contained in:
Reno 2020-07-21 04:25:16 +00:00
parent fd60617698
commit 7a66b7ceba
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ fi
# new branch
echo "Creating branch '$1'"
git branch -D $1 || true
git checkout --orphan $2 $1
git checkout $2 $1
# find our version.json file
echo 'Reading version_manifest.json...'