2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 20:49:01 +00:00

fix: "Error: no such option: --backup" (#946)

* fix issue: Error: no such option: --backup
https://discuss.erpnext.com/t/bench-update-fails-due-to-no-bench-backup-option/58697
This commit is contained in:
Chris Ian Fiel 2020-03-04 11:14:45 +08:00 committed by GitHub
parent 6ecfa006e2
commit 76943e070c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,7 @@ def update(pull=False, patch=False, build=False, bench=False, restart_supervisor
'patch': patch,
'build': build,
'requirements': requirements,
'backup': backup,
'no-backup': backup,
'restart-supervisor': restart_supervisor,
'reset': reset
})