Update scripts/fetchdep.sh

This commit is contained in:
Travis Ralston 2021-09-01 14:43:37 -06:00 committed by GitHub
parent 5b65528038
commit e3cb55ce82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ defbranch="$3"
rm -r "$defrepo" || true 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() { clone() {
org=$1 org=$1
repo=$2 repo=$2