diff options
author | Viljami Ilola <+@hix.fi> | 2024-03-31 18:27:15 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-03-31 18:27:15 +0300 |
commit | 7d3a90fae189dc30dd053e299addc7def113764a (patch) | |
tree | a0ac3fe6c824326df733819635c3d2e313614aaf | |
parent | ed325b4713f78bedf31b859fca03e77d3b755fed (diff) |
./dev.sh - pipx fail description
-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" |