mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
typo fix
This commit is contained in:
parent
8d2b702888
commit
f1e9ab0f9f
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user