From 0f4ebbe532abae4b8c9504648ad5aef4f67201eb Mon Sep 17 00:00:00 2001 From: nissim bendanan <79787165+nissimbd@users.noreply.github.com> Date: Sun, 27 Feb 2022 09:12:10 +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 2f2dcd6..acbaf1d 100755 --- a/bin/git-vendor +++ b/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" ];