Fix orphan branch creation

This commit is contained in:
Reno 2020-07-21 03:57:32 +00:00
parent 9b5fc8833e
commit ff9300748b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ fi
# new branch
echo "Creating branch '$1'"
git checkout --orphan -b $1
git checkout --orphan $1
# find our version.json file
echo 'Reading version_manifest.json...'