2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00
This commit is contained in:
Ameya Shenoy 2018-06-21 15:28:12 +05:30 committed by GitHub
parent 8d2b702888
commit f1e9ab0f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ def init(path, apps_path=None, no_procfile=False, no_backups=False,
setup_backups(bench_path=path)
if not no_auto_update:
setup_auto_update(bench_path=path)
copy_patches_txt(bench_path)
copy_patches_txt(path)
def copy_patches_txt(bench_path):
shutil.copy(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'patches', 'patches.txt'),