Fix shellcheck error. (#3531)

pull/3540/head
Felix Fontein 2021-10-08 15:09:47 +02:00 committed by GitHub
parent 293c7a9fb3
commit d1f820ed06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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