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
parent
commit
0f4ebbe532
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/git-vendor

+ 1
- 1
bin/git-vendor View File

@ -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" ];


Loading…
Cancel
Save