fix: Fixed agent build

This commit is contained in:
2026-07-28 10:30:29 +01:00
parent cadab8a231
commit 65e285a894
+1 -1
View File
@@ -6,7 +6,7 @@
// without it this file compiles on Linux too and collides with collect_linux.go.
package inventory
import "github.com/mrhid6/vantage/agent/internal/grpc/pb"
import "gitea.hostxtra.co.uk/mrhid6/vantage/agent/internal/grpc/pb"
func collect(r *pb.InventoryReport, includeStatic bool) {}