Skip to content

Commit 51ed479

Browse files
author
Scott Stevenson
committed
Correct script name in error message.
1 parent 4e3d522 commit 51ed479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualenvwrapper_lazy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ then
99
fi
1010
if [ -z "$VIRTUALENVWRAPPER_SCRIPT" ]
1111
then
12-
echo "ERROR: virtualenvwrapper_quick.sh: Could not find virtualenvwrapper.sh" 1>&2
12+
echo "ERROR: virtualenvwrapper_lazy.sh: Could not find virtualenvwrapper.sh" 1>&2
1313
fi
1414

1515
# Load the real implementation of the API from virtualenvwrapper.sh

0 commit comments

Comments
 (0)