2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

fix build_assets

This commit is contained in:
Pratik Vyas 2015-03-12 15:52:14 +05:30
parent b13adc28f2
commit 3ae14b86e2

View File

@ -64,7 +64,7 @@ def init(path, apps_path=None, no_procfile=False, no_backups=False,
if apps_path:
install_apps_from_path(apps_path, bench=path)
FRAPPE_VERSION = get_current_frappe_version(bench=path)
build_assets(bench=bench)
build_assets(bench=path)
generate_redis_config(bench=path)
def exec_cmd(cmd, cwd='.'):