Browse Source
Update bin/git-vendor
Co-authored-by: Brett Langdon <me@brett.is>
pull/23/head
nissim bendanan
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
bin/git-vendor
|
|
|
@ -255,7 +255,7 @@ cmd_upstream() |
|
|
|
then |
|
|
|
# override the repository read from the commit logs |
|
|
|
# with the one read from the command line arguments |
|
|
|
repository=$repository_arg |
|
|
|
repository="$repository_arg" |
|
|
|
fi |
|
|
|
|
|
|
|
if [ ! -z "$repository" ]; |
|
|
|
|