http-host-once -> http-host-static

This commit is contained in:
Zsolt Ero
2024-08-29 16:35:14 +02:00
parent 66d0bdc515
commit c30a55a5cd
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ def cli():
@cli.command()
@common_options
def http_host_once(hostname, user, port):
def http_host_static(hostname, user, port):
if not click.confirm(f'Run script on {hostname}?'):
return