aboutsummaryrefslogtreecommitdiff
path: root/ci/retry/retry
diff options
context:
space:
mode:
Diffstat (limited to 'ci/retry/retry')
-rwxr-xr-xci/retry/retry4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/retry/retry b/ci/retry/retry
index 03dc180ef2..0e5f6e9701 100755
--- a/ci/retry/retry
+++ b/ci/retry/retry
@@ -4,7 +4,7 @@ GETOPT_BIN=$IN_GETOPT_BIN
GETOPT_BIN=${GETOPT_BIN:-getopt}
__sleep_amount() {
- if [ -n "$constant_sleep" ]; then
+ if [ -n "$constant_sleep" ]; then
sleep_time=$constant_sleep
else
#TODO: check for awk
@@ -159,5 +159,5 @@ EOF
done
retry "$max_tries" "$min_sleep" "$max_sleep" "$constant_sleep" "$fail_script" "$@"
-
+
fi