Skip to content
Snippets Groups Projects
Commit f8adcd1e authored by Hakan Calim's avatar Hakan Calim Committed by Neda Moeini
Browse files

NAT-243: fixed the call for creating manufacturer

parent c1819d9b
No related branches found
No related tags found
1 merge request!77Netbox integration including intial CLI for populating base data and ...
......@@ -56,7 +56,7 @@ def interface(name: str, type: str, fqdn: str):
@click.option('--slug', help='Short name for manufacturer')
def manufacturer(name: str, slug: str):
click.echo(f"Creating manufacturer: name={name}")
manufacturer = nc.create_manufacturer(nbclient, name, slug)
manufacturer = nc.create_device_manufacturer(nbclient, name, slug)
print(manufacturer)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment