bump versions

This commit is contained in:
scito 2023-03-25 14:51:58 +01:00
parent 7f6959783f
commit 414e80c469
No known key found for this signature in database
4 changed files with 73 additions and 67 deletions

View file

@ -339,7 +339,7 @@ if $run_pipenv; then
$PIPENV --version
cmd="$PIPENV update && $PIPENV --rm && $PIPENV install"
cmd="$PIPENV --rm && $PIPENV update && $PIPENV install"
if $interactive ; then askContinueYn "$cmd"; else echo -e "${cyan}$cmd${reset}";fi
eval "$cmd"
@ -527,4 +527,6 @@ eval "$cmd"
line=$(printf '#%.0s' $(eval echo {1..$(( ($COLUMNS - 10) / 2))}))
echo -e "\n${greenBold}$line SUCCESS $line${reset}"
git status
quit