From 681e1140241a275e64ae3357669072a5c6ea5555 Mon Sep 17 00:00:00 2001 From: nissim bendanan <79787165+nissimbd@users.noreply.github.com> Date: Sun, 27 Feb 2022 09:11:38 +0200 Subject: [PATCH] Update bin/git-vendor Co-authored-by: Brett Langdon --- bin/git-vendor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-vendor b/bin/git-vendor index 04373b5..2f2dcd6 100755 --- a/bin/git-vendor +++ b/bin/git-vendor @@ -253,7 +253,7 @@ cmd_upstream() if [ ! -z "$repository_arg" ]; then - # override the reposition read from the commit logs + # override the repository read from the commit logs # with the one read from the command line arguments repository=$repository_arg fi