Consistency

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
pull/21833/head
Travis Ralston 2020-01-21 10:59:33 -07:00 committed by GitHub
parent 33220c2d72
commit 708f62784f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ clone() {
if [ -n "$branch" ]
then
echo "Trying to use $org/$repo#$branch"
git clone git://github.com/$org/$repo.git $repo --branch "$branch" --depth=1 && exit 0
git clone git://github.com/$org/$repo.git $repo --branch "$branch" --depth 1 && exit 0
fi
}