Skip to content

Commit

Permalink
En la funcion addComponent intercambio Name por Description
Browse files Browse the repository at this point in the history
  • Loading branch information
mceneri committed Jul 17, 2023
1 parent 7f290dd commit 3999860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/scraper/strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ func (s *scraper) addComponent(
c := model.Component{
ID: componentID(v),
Kind: info.Kind,
Name: info.Name,
Description: info.Description,
Name: info.Description,
Description: info.Name,
Technology: info.Technology,
Tags: info.Tags,
}
Expand Down

0 comments on commit 3999860

Please sign in to comment.