From 7d3a90fae189dc30dd053e299addc7def113764a Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Sun, 31 Mar 2024 18:27:15 +0300 Subject: ./dev.sh - pipx fail description --- dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev.sh') diff --git a/dev.sh b/dev.sh index 7c71989..c591caf 100755 --- a/dev.sh +++ b/dev.sh @@ -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" -- cgit v1.2.3