We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1115a2c + d12e2c6 commit b4f88b4Copy full SHA for b4f88b4
1 file changed
_common
@@ -76,7 +76,7 @@ exp_retry() {
76
return 1
77
fi
78
wait_sec=$((2 ** exponent))
79
- echo "Waiting ${wait_sec}s until retry #${stop_exponent}"
+ warn "Waiting ${wait_sec}s until retry #${stop_exponent}"
80
sleep "$wait_sec"
81
}
82
0 commit comments