Skip to content

Commit

Permalink
v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MJL85 committed Jul 17, 2018
1 parent c240384 commit 647d2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/get-hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def mod_entry(natlas_obj, argv):
return natlas.RETURN_SYNTAXERR

if (opt_node_ip != None):
return single_node(natlas_obj, opt_node_ip, opt_router_ip, opt_community, opt_vlan, opt_port, opt_output)
return single_node(natlas_obj, opt_node_ip, opt_root_ip, opt_community, opt_vlan, opt_port, opt_output)

return all_nodes(natlas_obj, opt_root_ip, opt_output, opt_depth)

Expand Down
2 changes: 1 addition & 1 deletion natlas/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11-dev6"
__version__ = "0.12"

0 comments on commit 647d2f8

Please sign in to comment.