1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix shellcheck error. (#3531)

This commit is contained in:
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

View file

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