Skip to content

Commit e181bcc

Browse files
committed
Version 657 setup_venv label
1 parent 986e93c commit e181bcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup_venv.command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ elif [ "$install_type" = "a" ]; then
143143
echo "--------"
144144
echo "Future Libraries"
145145
echo
146-
echo "There is a test for a new AVIF library. Want to try it?"
146+
echo "There is a test for a new domain parsing library. Want to try it?"
147147
echo "(y)es/(n)o? "
148148
read -r future
149149
if [ "$future" = "y" ]; then

setup_venv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ elif [ "$install_type" = "a" ]; then
145145
echo "--------"
146146
echo "Future Libraries"
147147
echo
148-
echo "There is a test for a new AVIF library. Want to try it?"
148+
echo "There is a test for a new domain parsing library. Want to try it?"
149149
echo "(y)es/(n)o? "
150150
read -r future
151151
if [ "$future" = "y" ]; then

0 commit comments

Comments
 (0)