fix: typo
Co-authored-by: n1nj4- <39305378+n1nj444@users.noreply.github.com>
This commit is contained in:
parent
e44fd2fe78
commit
4b54a0a3db
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue