summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-03-31 18:27:15 +0300
committerViljami Ilola <+@hix.fi>2024-03-31 18:27:15 +0300
commit7d3a90fae189dc30dd053e299addc7def113764a (patch)
treea0ac3fe6c824326df733819635c3d2e313614aaf
parented325b4713f78bedf31b859fca03e77d3b755fed (diff)
./dev.sh - pipx fail description
-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"