Skip to content

Commit a90234e

Browse files
committed
fix build
1 parent e7b1333 commit a90234e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/driver_lib/cli_utils/cli_cmds_server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ int TClientCommandServer::Run(TConfig& config) {
5151
void TClientCommandServer::Config(TConfig& config) {
5252
TClientCommand::Config(config);
5353
for (auto plugin: RunConfig.Plugins) {
54-
plugin->SetupOpts(config.Opts->GetOpts());
54+
plugin->SetupOpts(*config.Opts);
5555
}
5656
NConfig::AddProtoConfigOptions(DepsRecorder->GetDeps().ProtoConfigFileProvider);
5757
InitCfg.RegisterCliOptions(*config.Opts);

0 commit comments

Comments
 (0)