mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +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:
parent
6ecfa006e2
commit
76943e070c
@ -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
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user