We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5180d69 + d1106e7 commit 258df05Copy full SHA for 258df05
load-balancing/elb-v2/common_functions.sh
@@ -316,10 +316,10 @@ wait_for_state() {
316
if [ $? != 0 ]; then
317
error_exit "Failed re-setting waiter timeout for $target_group"
318
fi
319
- local waiter_interval = $WAITER_INTERVAL_ALB
+ local waiter_interval=$WAITER_INTERVAL_ALB
320
elif [ "$service" == "autoscaling" ]; then
321
instance_state_cmd="get_instance_state_asg $instance_id"
322
- local waiter_interval = $WAITER_INTERVAL_ASG
+ local waiter_interval=$WAITER_INTERVAL_ASG
323
else
324
msg "Cannot wait for instance state; unknown service type, '$service'"
325
return 1
0 commit comments