Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaskuechler committed Jan 6, 2025
1 parent 79e580a commit d035d95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def find_or_create(chassis_info: ChassisInfo, nautobot) -> NautobotDevice:
find_or_create_interfaces(nautobot, chassis_info, device.id, switches)

# Run the graphql query yet again, to include all the data we just populated
# in nautobot. Fairly innefficient for the case where we didn't change
# in nautobot. Fairly inefficient for the case where we didn't change
# anything, but we need the accurate data.
device = nautobot_server(nautobot, serial=chassis_info.serial_number)
if not device:
Expand Down

0 comments on commit d035d95

Please sign in to comment.