2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 09:02:10 +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( def install_app(
app, app,
tag, tag=None,
bench_path=".", bench_path=".",
verbose=False, verbose=False,
no_cache=False, no_cache=False,

View File

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