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