Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Co-authored-by: n1nj4- <39305378+n1nj444@users.noreply.github.com>
  • Loading branch information
CllaudiaB and n1nj444 authored Oct 17, 2024
1 parent e44fd2f commit 4b54a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_agent/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4b54a0a

Please sign in to comment.