From 2667d3345ca736b3abaf346b5df04b3e56f726d4 Mon Sep 17 00:00:00 2001 From: Jay Mundrawala Date: Fri, 24 Jan 2025 11:42:33 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20vmware=20asset=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This changed in https://github.com/mondoohq/cnquery/pull/4978 but the config was not updated --- providers/vsphere/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/vsphere/config/config.go b/providers/vsphere/config/config.go index a35bdab44..df98d8621 100644 --- a/providers/vsphere/config/config.go +++ b/providers/vsphere/config/config.go @@ -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{