mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
fix set-url-root
This commit is contained in:
parent
6bcfa5b313
commit
ce23b2319d
@ -210,7 +210,7 @@ def set_nginx_port(site, port):
|
||||
@click.argument('url-root')
|
||||
def set_url_root(site, url_root):
|
||||
"Set url root for site"
|
||||
_set_url_root(site, port)
|
||||
_set_url_root(site, url_root)
|
||||
|
||||
@click.command('set-mariadb-host')
|
||||
@click.argument('host')
|
||||
|
Loading…
Reference in New Issue
Block a user