Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Stephanie <[email protected]>
  • Loading branch information
yangcao77 committed Sep 21, 2023
2 parents d4440f5 + dc3a43b commit e265222
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cdq-analysis/pkg/componentdetectionquery.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ func (k K8sInfoClient) SendBackDetectionResult(devfilesMap map[string][]byte, de
}
_, err := k.Clientset.CoreV1().ConfigMaps(namespace).Create(k.Ctx, &configMap, metav1.CreateOptions{})
if err != nil {
log.Error(err, fmt.Sprintf("Error creating configmap"))
log.Error(err, "Error creating configmap")
}
return
}

0 comments on commit e265222

Please sign in to comment.