Skip to content

Commit

Permalink
fix: 🐛 Correct attribute to get ControllerManagedDeviceGroup off the …
Browse files Browse the repository at this point in the history
…APIC Controller object.
  • Loading branch information
jdrew82 committed Sep 15, 2024
1 parent 091fb3a commit c1efbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nautobot_ssot/integrations/aci/diffsync/adapters/aci.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,8 @@ def load_devices(self):
site=self.site,
site_tag=self.site,
controller_group=(
self.job.apic.controller_managed_device_group.name
if self.job.apic.controller_managed_device_group
self.job.apic.controller_managed_device_groups.name
if self.job.apic.controller_managed_device_groups
else ""
),
)
Expand Down

0 comments on commit c1efbf8

Please sign in to comment.