1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Update scripts/fetchdep.sh

Co-Authored-By: turt2live <travpc@gmail.com>
This commit is contained in:
J. Ryan Stinnett
2018-12-28 19:42:13 -07:00
committed by GitHub
parent 310f634a0d
commit 135a0884c9

View File

@ -21,5 +21,5 @@ then
git clone https://github.com/$org/$repo.git $repo --branch "$curbranch" && exit 0
fi
echo "Checking out develop branch"
echo "Checking out default branch $defbranch"
git clone https://github.com/$org/$repo.git $repo --branch $defbranch