Fix shellcheck error. (#303)

This commit is contained in:
Felix Fontein
2021-10-08 14:14:08 +02:00
committed by GitHub
parent 871a185ecb
commit c68bfedbaa

View File

@@ -49,7 +49,7 @@ function retry
echo "@* -> ${result}"
done
echo "Command '@*' failed 3 times!"
exit -1
exit 255
}
command -v pip