2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-28 06:49:06 +00:00

fix: minor fixes

This commit is contained in:
Aradhya 2022-02-17 21:48:40 +05:30 committed by saxenabhishek
parent cccd76729f
commit 94105c0aa8
2 changed files with 2 additions and 2 deletions

View File

@ -481,7 +481,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: