Skip to content

Commit

Permalink
rename command
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Jun 24, 2024
1 parent fad7465 commit 8c938f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def tile_gen(hostname, user, port):

@cli.command()
@common_options
def ledns_writer(hostname, user, port):
def ledns(hostname, user, port):
if not click.confirm(f'Run script on {hostname}?'):
return

Expand Down

0 comments on commit 8c938f9

Please sign in to comment.