From 135a0884c92373214b3c8bcd0a82bf7e35a3556a Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 28 Dec 2018 19:42:13 -0700 Subject: [PATCH] Update scripts/fetchdep.sh Co-Authored-By: turt2live --- scripts/fetchdep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fetchdep.sh b/scripts/fetchdep.sh index f951c5b341..4f42859439 100755 --- a/scripts/fetchdep.sh +++ b/scripts/fetchdep.sh @@ -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