summaryrefslogtreecommitdiff
path: root/dev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev.sh')
-rwxr-xr-xdev.sh2
1 files changed, 1 insertions, 1 deletions
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"