You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Update scripts/fetchdep.sh
Co-Authored-By: turt2live <travpc@gmail.com>
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user