diff options
-rwxr-xr-x | dev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ echo $PATH | grep /.local/bin > /dev/null \ PIP=`which pipx` [ x$PIP = x ] && PIP=`which pip` [ x$PIP = x ] \ - && $ECHO "This scripts needs pipx or pip to install dependencies." \ + && $ECHO "This scripts uses pipx or pip to install poetry and the build." \ && exit 1 export DEVSH_PRIN=">>$DEVSH_PRIN" |