From 0420b5849feebf744d46bef876d868017e5a125e Mon Sep 17 00:00:00 2001 From: Ilya Siamionau Date: Mon, 27 May 2024 11:16:01 +0200 Subject: [PATCH] add article Co-authored-by: elsapet --- cycode/cli/utils/git_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cycode/cli/utils/git_proxy.py b/cycode/cli/utils/git_proxy.py index 309b4104..6082994e 100644 --- a/cycode/cli/utils/git_proxy.py +++ b/cycode/cli/utils/git_proxy.py @@ -7,7 +7,7 @@ Git executable must be available in the PATH. Git 1.7.x or newer is required. You can help Cycode CLI to locate the Git executable -by setting GIT_PYTHON_GIT_EXECUTABLE= environment variable. +by setting the GIT_PYTHON_GIT_EXECUTABLE= environment variable. """.strip().replace('\n', ' ') try: