Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2020-11-30 11:45:16 +0300
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>2020-11-30 11:45:16 +0300
commite51582ac88d08f3bc58141903430e719055687f9 (patch)
tree6af15fd2b49babee3930758be571a6f82f7ad2a5
parentf085d841e2f5571b260910a454215bc1a7687bf0 (diff)
Update reference to command.GitPath()
In 6cda774b5 (Removal of command.GitPath(), 2020-11-26) there was a mass migration away from command.GitPath() which missed this one help message. Update it accordingly.
-rwxr-xr-xinternal/testhelper/testdata/home/bin/git2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testhelper/testdata/home/bin/git b/internal/testhelper/testdata/home/bin/git
index 7fc4b5fed..6e4d60685 100755
--- a/internal/testhelper/testdata/home/bin/git
+++ b/internal/testhelper/testdata/home/bin/git
@@ -7,6 +7,6 @@
# quickly and with a hopefully helpful message making the actual error quick to
# spot.
-echo "$0 executable from \$PATH was picked up. Please fix code to use \`command.GitPath()\` instead." >&2
+echo "$0 executable from \$PATH was picked up. Please fix code to use \`config.Config.Git.BinPath\` instead." >&2
exit 63