Skip to content

Commit cb0e64a

Browse files
committed
update agent config
1 parent 70da7a5 commit cb0e64a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/watcher/instance/instance_watcher_service.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ func (iw *InstanceWatcherService) agentInstance(ctx context.Context) *mpi.Instan
335335
}
336336

337337
if iw.agentConfig.AuxiliaryCommand != nil {
338-
instance.GetInstanceConfig().GetAgentConfig().AuxiliaryCommand =
339-
config.ToAuxiliaryCommandServerProto(iw.agentConfig.AuxiliaryCommand)
338+
instance.GetInstanceConfig().GetAgentConfig().AuxiliaryCommand = config.
339+
ToAuxiliaryCommandServerProto(iw.agentConfig.AuxiliaryCommand)
340340
}
341341

342342
return instance

0 commit comments

Comments
 (0)