Skip to content

Commit ded2882

Browse files
committed
fix error string
1 parent 27de793 commit ded2882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/deploy/elbv2/listener_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func buildSDKAction(modelAction elbv2model.Action, featureGates config.FeatureGa
5656
if len(forwardConfig.TargetGroups) == 1 {
5757
sdkObj.TargetGroupArn = forwardConfig.TargetGroups[0].TargetGroupArn
5858
} else {
59-
return nil, errors.New("Weighted target groups feature is disabled.")
59+
return nil, errors.New("weighted target groups feature is disabled")
6060
}
6161
} else {
6262
sdkObj.ForwardConfig = forwardConfig

0 commit comments

Comments
 (0)