Update setup.sh

Fixed small typo
This commit is contained in:
smarmau 2023-08-31 19:26:11 +10:00 committed by GitHub
parent 65fe1a671c
commit d13357bb0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,7 +192,7 @@ function update() {
fi
updateenv
echo "Update completed."
echo_block "Don't forget to activate your virtual enviorment with 'source .venv/bin/activate'!"
echo_block "Don't forget to activate your virtual environment with 'source .venv/bin/activate'!"
}