From 1e3c3b8985446614ad8e28afeb8877d1ea528820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Patron?= Date: Thu, 12 Dec 2024 14:48:16 +0100 Subject: [PATCH] change var name --- scripts/pool_tig_launch_master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pool_tig_launch_master.sh b/scripts/pool_tig_launch_master.sh index e548a24..898da93 100644 --- a/scripts/pool_tig_launch_master.sh +++ b/scripts/pool_tig_launch_master.sh @@ -26,7 +26,7 @@ worker_path="$path_tig/tig-monorepo/target/release/tig-worker" # Check if the Python virtual environment exists if [ ! -d "$path_env" ]; then - echo "The virtual environment mon_env does not exist. Please create it before proceeding." + echo "The virtual environment venv does not exist. Please create it before proceeding." echo "To create it, run:" echo "python3 -m venv $path_env" exit 1