Skip to content

Commit

Permalink
🐛 Fix vmware asset url (#5118)
Browse files Browse the repository at this point in the history
This changed in #4978 but the
config was not updated
  • Loading branch information
jaym authored Jan 24, 2025
1 parent 40ab0ce commit c515884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/vsphere/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var Config = plugin.Provider{
},
AssetUrlTrees: []*inventory.AssetUrlBranch{
{
PathSegments: []string{"technology=vsphere"},
PathSegments: []string{"technology=vmware"},
Key: "platform",
Title: "Platform",
Values: map[string]*inventory.AssetUrlBranch{
Expand Down

0 comments on commit c515884

Please sign in to comment.