mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
Update scripts/fetchdep.sh
This commit is contained in:
parent
5b65528038
commit
e3cb55ce82
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ defbranch="$3"
|
|||
|
||||
rm -r "$defrepo" || true
|
||||
|
||||
# A fnction that clones a branch of a repo based on the org, repo and branch
|
||||
# A function that clones a branch of a repo based on the org, repo and branch
|
||||
clone() {
|
||||
org=$1
|
||||
repo=$2
|
||||
|
|
Loading…
Reference in a new issue