Skip to content

Commit 1c8f121

Browse files
committed
IDEV-2063: Fix function name.
1 parent b1d20ba commit 1c8f121

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
@@ -400,7 +400,7 @@ def feeds_noh(
400400
name=c.FEEDS_DOMAINHOTLIST,
401401
help=get_cli_helptext_by_name(command_name=c.FEEDS_DOMAINHOTLIST),
402402
)
403-
def feeds_noh(
403+
def feeds_domainhotlist(
404404
ctx: typer.Context,
405405
user: str = typer.Option(None, "-u", "--user", help="Domaintools API Username."),
406406
key: str = typer.Option(None, "-k", "--key", help="DomainTools API key"),

0 commit comments

Comments
 (0)