From d13357bb0ca21db8446c8e73cd1fe3e28d8d8f3f Mon Sep 17 00:00:00 2001 From: smarmau <42020297+smarmau@users.noreply.github.com> Date: Thu, 31 Aug 2023 19:26:11 +1000 Subject: [PATCH] Update setup.sh Fixed small typo --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index cd9b85d2a..8ea5faab5 100755 --- a/setup.sh +++ b/setup.sh @@ -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'!" }