Skip to content

Commit

Permalink
Remove stray closing parenthesis in activate.bat (pypa#2221)
Browse files Browse the repository at this point in the history
  • Loading branch information
SigmundVik authored Oct 23, 2021
1 parent c361179 commit 35ec441
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog/2221.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove stray closing parenthesis in activate.bat - by :user:`SiggyBar`.
1 change: 0 additions & 1 deletion src/virtualenv/activation/batch/activate.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%"
)

Expand Down

0 comments on commit 35ec441

Please sign in to comment.