corrected a typo from a copy/pasted log line

This commit is contained in:
pb 2025-05-06 18:10:53 +02:00
parent cc3b2a6cfc
commit 484c742c31

View File

@ -309,7 +309,7 @@ func (k *KubernetesService) CreateAdmiraltyTarget(context context.Context, execu
res, err := dynamicClientApply(executionId, "target", gvrTargets, context, target)
if err != nil {
return nil, errors.New("Error when trying to apply Source definition :" + err.Error())
return nil, errors.New("Error when trying to apply Target definition :" + err.Error())
}
return res, nil