From f29db1477f6d5c36de78c7fd7327ef6679725711 Mon Sep 17 00:00:00 2001 From: bile0026 Date: Thu, 19 Dec 2024 14:50:03 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20fix=20manufacturer=20refe?= =?UTF-8?q?rence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nautobot_ssot/integrations/librenms/diffsync/models/nautobot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nautobot_ssot/integrations/librenms/diffsync/models/nautobot.py b/nautobot_ssot/integrations/librenms/diffsync/models/nautobot.py index 1a652e8c..78ae27fb 100644 --- a/nautobot_ssot/integrations/librenms/diffsync/models/nautobot.py +++ b/nautobot_ssot/integrations/librenms/diffsync/models/nautobot.py @@ -172,7 +172,7 @@ def update(self, attrs): if "os_version" in attrs: _software_version = ensure_software_version( platform=device.platform, - manufacturer=device.platform.manufacturer.name, + manufacturer=device.device_type.manufacturer.name, version=attrs["os_version"], device_type=device.device_type, )