diff --git a/test.sh b/test.sh index b752db6c9e..c87eebde83 100755 --- a/test.sh +++ b/test.sh @@ -6,8 +6,8 @@ cd $DIR # check if uv is installed if ! command -v uv &>/dev/null; then - echo "'uv' is not installed. Installing 'uv'..." - curl -LsSf https://astral.sh/uv/install.sh | sh + echo "'uv' is not installed. Installing 'uv'..." + curl -LsSf https://astral.sh/uv/install.sh | sh fi # ensure we're up to date