mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
[PR #3531/d1f820ed backport][stable-1] Fix shellcheck error (#3532)
* Fix shellcheck error. (#3531)
(cherry picked from commit d1f820ed06)
* Vendored ipaddress is still present in stable-1 branch, so use that one.
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -50,7 +50,7 @@ function retry
|
||||
echo "@* -> ${result}"
|
||||
done
|
||||
echo "Command '@*' failed 3 times!"
|
||||
exit -1
|
||||
exit 255
|
||||
}
|
||||
|
||||
command -v pip
|
||||
|
||||
Reference in New Issue
Block a user