fix: typo

Co-authored-by: n1nj4- <39305378+n1nj444@users.noreply.github.com>
This commit is contained in:
CllaudiaB 2024-10-17 10:26:41 +02:00 committed by GitHub
parent e44fd2fe78
commit 4b54a0a3db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ def run(config):
server = GenericHost(dmi=dmi)
if version.parse(nb.version) < version.parse('3.7'):
print('netbox-agent is not compatible with Netbox prior to verison 3.7')
print('netbox-agent is not compatible with Netbox prior to version 3.7')
return False
if config.register or config.update_all or config.update_network or \