Skip to content

Commit 550f39c

Browse files
committed
IDEV-1877: Rename function.
1 parent db757d7 commit 550f39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domaintools/cli/commands/feeds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def feeds_nad(
5656
name=c.FEEDS_NOD,
5757
help=get_cli_helptext_by_name(command_name=c.FEEDS_NOD),
5858
)
59-
def feeds_nad(
59+
def feeds_nod(
6060
ctx: typer.Context,
6161
user: str = typer.Option(None, "-u", "--user", help="Domaintools API Username."),
6262
key: str = typer.Option(None, "-k", "--key", help="DomainTools API key"),

0 commit comments

Comments
 (0)