diff options
Diffstat (limited to 'launch.sh')
-rwxr-xr-x | launch.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,11 +5,11 @@ then POEZIO_VENV="poezio-venv" fi -if [ -d .git ] +if [ -e .git ] then args=$(git show --format='%h %ci' | head -n1) else - args="0.9-dev" + args="0.12-dev" fi if [ -e "$POEZIO_VENV" ] |