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:
parent
293c7a9fb3
commit
d1f820ed06
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ function retry
|
|||
echo "@* -> ${result}"
|
||||
done
|
||||
echo "Command '@*' failed 3 times!"
|
||||
exit -1
|
||||
exit 255
|
||||
}
|
||||
|
||||
command -v pip
|
||||
|
|
Loading…
Reference in a new issue