Skip to content

Commit

Permalink
fix: Correct object name to be NautobotDevice
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrew82 committed Oct 26, 2023
1 parent 99ac733 commit 59dc62f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class NautobotAdapter(DiffSync):
"""DiffSync adapter for Nautobot."""

device = {{ cookiecutter.system_of_record_camel }}Device
device = NautobotDevice

top_level = ["device"]

Expand Down

0 comments on commit 59dc62f

Please sign in to comment.