Skip to content

Commit b3d89d1

Browse files
committed
typo:
1 parent 1efdc39 commit b3d89d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/adc/translator/gateway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (t *Translator) fillPluginMetadataFromGatewayProxy(pluginMetadata adctypes.
4646
continue
4747
}
4848
log.Debugw("fill plugin_metadata for gateway proxy", zap.String("plugin", pluginName), zap.Any("config", pluginConfig))
49-
pluginMetadata[pluginName] = plugin
49+
pluginMetadata[pluginName] = pluginConfig
5050
}
5151
}
5252

0 commit comments

Comments
 (0)