Fix shellcheck error. (#303) (#304)

(cherry picked from commit c68bfedbaa)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2021-10-08 15:10:41 +02:00
committed by GitHub
parent 7b08edb5a4
commit 5ff28c751d

View File

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