From 65e285a894632fe62820b3777cbff5e6ebe240c4 Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Tue, 28 Jul 2026 10:30:29 +0100 Subject: [PATCH] fix: Fixed agent build --- internal/inventory/collect_other.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/inventory/collect_other.go b/internal/inventory/collect_other.go index 8a0921f..720d14b 100644 --- a/internal/inventory/collect_other.go +++ b/internal/inventory/collect_other.go @@ -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) {}