From 35ec4416d2012cfcb7a5e638813f6d52e852f29f Mon Sep 17 00:00:00 2001 From: SiggyBar Date: Sat, 23 Oct 2021 12:13:15 +0200 Subject: [PATCH] Remove stray closing parenthesis in activate.bat (#2221) --- docs/changelog/2221.bugfix.rst | 1 + src/virtualenv/activation/batch/activate.bat | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 docs/changelog/2221.bugfix.rst diff --git a/docs/changelog/2221.bugfix.rst b/docs/changelog/2221.bugfix.rst new file mode 100644 index 000000000..ff7580ff9 --- /dev/null +++ b/docs/changelog/2221.bugfix.rst @@ -0,0 +1 @@ +Remove stray closing parenthesis in activate.bat - by :user:`SiggyBar`. diff --git a/src/virtualenv/activation/batch/activate.bat b/src/virtualenv/activation/batch/activate.bat index c0949ba83..2ce9e5ac8 100644 --- a/src/virtualenv/activation/batch/activate.bat +++ b/src/virtualenv/activation/batch/activate.bat @@ -17,7 +17,6 @@ if not defined VIRTUAL_ENV_DISABLE_PROMPT ( if NOT DEFINED ENV_PROMPT ( for %%d in ("%VIRTUAL_ENV%") do set "ENV_PROMPT=(%%~nxd) " ) - ) set "PROMPT=%ENV_PROMPT%%PROMPT%" )