corrected a typo from a copy/pasted log line
This commit is contained in:
parent
cc3b2a6cfc
commit
484c742c31
@ -309,7 +309,7 @@ func (k *KubernetesService) CreateAdmiraltyTarget(context context.Context, execu
|
|||||||
|
|
||||||
res, err := dynamicClientApply(executionId, "target", gvrTargets, context, target)
|
res, err := dynamicClientApply(executionId, "target", gvrTargets, context, target)
|
||||||
if err != nil {
|
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
|
return res, nil
|
||||||
|
Loading…
Reference in New Issue
Block a user