Update scripts/fetchdep.sh

Co-Authored-By: turt2live <travpc@gmail.com>
pull/21833/head
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
1 changed files with 1 additions and 1 deletions

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