mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Fix typo.
This commit is contained in:
parent
af06915b05
commit
c50094a8de
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ END_OF_LINE
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Create a new virutal environment for this project
|
# Create a new virtual environment for this project
|
||||||
if ! pyenv virtualenv "${env_name}"; then
|
if ! pyenv virtualenv "${env_name}"; then
|
||||||
cat << END_OF_LINE
|
cat << END_OF_LINE
|
||||||
An existing virtual environment named $env_name was found. Either delete this
|
An existing virtual environment named $env_name was found. Either delete this
|
||||||
|
|
Loading…
Reference in a new issue