2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 15:38:25 +00:00

chore: set apps to None by default

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2020-04-19 13:53:38 +05:30
parent 771272f3c6
commit cc45cbf8c2
No known key found for this signature in database
GPG Key ID: 75507BE256F40CED

View File

@ -177,7 +177,7 @@ def init(path, apps_path=None, no_procfile=False, no_backups=False,
copy_patches_txt(path)
def update(pull=False, apps=apps, patch=False, build=False, requirements=False, backup=True, force=False, reset=False,
def update(pull=False, apps=None, patch=False, build=False, requirements=False, backup=True, force=False, reset=False,
restart_supervisor=False, restart_systemd=False):
"""command: bench update"""
from bench import patches