From 7e77fbd9fdf7bb699fc55a2e1eadc1f43e26357a Mon Sep 17 00:00:00 2001 From: retropikzel Date: Mon, 9 Feb 2026 16:11:18 +0200 Subject: [PATCH] Improve error messages --- scheme-venv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scheme-venv b/scheme-venv index 9cfe33b..ad3fa99 100755 --- a/scheme-venv +++ b/scheme-venv @@ -48,11 +48,11 @@ fi if [ -d "${3}" ]; then if [ -f "${3}" ]; then - echo "Path exists" + echo "Can not create venv, path exists" exit 1 fi if [ -d "${3}" ]; then - echo "Path exists" + echo "Can not create venv, path exists" exit 1 fi fi