Skip to content

Commit 1951341

Browse files
committed
Fix problem lsvirtualenv after previous commit
lsvirtualenv was reimplemented to use allvirtualenv, but using a temporary name that function had in development. Fix it to use the right name. Signed-off-by: Doug Hellmann <[email protected]>
1 parent e96ed1a commit 1951341

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

virtualenvwrapper.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -592,11 +592,7 @@ function lsvirtualenv {
592592

593593
if $long_mode
594594
then
595-
allenvs showvirtualenv "$env_name"
596-
# for env_name in $(virtualenvwrapper_show_workon_options)
597-
# do
598-
599-
# done
595+
allvirtualenv showvirtualenv "$env_name"
600596
else
601597
virtualenvwrapper_show_workon_options
602598
fi

0 commit comments

Comments
 (0)