There was an error while loading. Please reload this page.
1 parent 27de793 commit ded2882Copy full SHA for ded2882
pkg/deploy/elbv2/listener_utils.go
@@ -56,7 +56,7 @@ func buildSDKAction(modelAction elbv2model.Action, featureGates config.FeatureGa
56
if len(forwardConfig.TargetGroups) == 1 {
57
sdkObj.TargetGroupArn = forwardConfig.TargetGroups[0].TargetGroupArn
58
} else {
59
-return nil, errors.New("Weighted target groups feature is disabled.")
+return nil, errors.New("weighted target groups feature is disabled")
60
}
61
62
sdkObj.ForwardConfig = forwardConfig
0 commit comments