From 22b36bf25b48abefd421fb7d68d995de3a9c6124 Mon Sep 17 00:00:00 2001 From: Zita Szupera Date: Thu, 3 Jul 2025 16:15:47 +0200 Subject: [PATCH] Update error message in generator script --- generate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate.sh b/generate.sh index 1ab0eaec..369e066c 100755 --- a/generate.sh +++ b/generate.sh @@ -10,7 +10,7 @@ fi if ! uv -V &> /dev/null then - echo "cannot find poetry in path, did you setup this repo correctly?"; + echo "cannot find uv in path, did you setup this repo correctly?"; exit 1; fi