mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Adds trailing semi-colon as per PR comment
This commit is contained in:
parent
e3f7899be2
commit
0d79cfc581
@ -206,7 +206,7 @@ function wait_for_service_up() {
|
|||||||
set -e;
|
set -e;
|
||||||
for i in $(seq -s' ' 1 $4); do
|
for i in $(seq -s' ' 1 $4); do
|
||||||
curl -s --connect-timeout 1 http://$2:$3;
|
curl -s --connect-timeout 1 http://$2:$3;
|
||||||
echo
|
echo;
|
||||||
done | sort | uniq
|
done | sort | uniq
|
||||||
"))
|
"))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user