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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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