Fix shellcheck error. (#220) (#221)

(cherry picked from commit 9800da148a)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2021-10-08 15:10:40 +02:00 committed by GitHub
parent 087392847d
commit f77c995798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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