chore: Fix typo
This commit is contained in:
parent
4bd4b6bb94
commit
5d0f0bf2fa
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class ServerBase():
|
|||
def get_netbox_datacenter(self):
|
||||
dc = self.get_datacenter()
|
||||
if dc is None:
|
||||
logging.error("Specificing a datacenter (Site) is mandatory in Netbox")
|
||||
logging.error("Specifying a datacenter (Site) is mandatory in Netbox")
|
||||
sys.exit(1)
|
||||
|
||||
nb_dc = nb.dcim.sites.get(
|
||||
|
|
Loading…
Reference in a new issue