mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 15:45:20 +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}"
|
echo "@* -> ${result}"
|
||||||
done
|
done
|
||||||
echo "Command '@*' failed 3 times!"
|
echo "Command '@*' failed 3 times!"
|
||||||
exit -1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
command -v pip
|
command -v pip
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue