Update scripts/fetchdep.sh
Co-Authored-By: turt2live <travpc@gmail.com>
This commit is contained in:
parent
310f634a0d
commit
135a0884c9
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ then
|
||||||
git clone https://github.com/$org/$repo.git $repo --branch "$curbranch" && exit 0
|
git clone https://github.com/$org/$repo.git $repo --branch "$curbranch" && exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Checking out develop branch"
|
echo "Checking out default branch $defbranch"
|
||||||
git clone https://github.com/$org/$repo.git $repo --branch $defbranch
|
git clone https://github.com/$org/$repo.git $repo --branch $defbranch
|
||||||
|
|
Loading…
Reference in a new issue