mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Fix exit cord to address shellcheck error
Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
parent
15f023505d
commit
5781f54a1a
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 1
|
||||
}
|
||||
|
||||
command -v pip
|
||||
|
|
|
|||
Loading…
Reference in a new issue