2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 08:30:39 +00:00

fix: minor fixes

This commit is contained in:
Aradhya 2022-02-17 21:48:40 +05:30
parent 28325acd3b
commit e629ca6f86
2 changed files with 2 additions and 2 deletions

View File

@ -470,7 +470,7 @@ def new_app(app, no_git=None, bench_path="."):
def install_app(
app,
tag,
tag=None,
bench_path=".",
verbose=False,
no_cache=False,

View File

@ -101,7 +101,7 @@ def init(
bench_path=path,
skip_assets=True,
verbose=verbose,
resolve=False,
resolve_deps=False,
)
if not skip_assets: