Skip to content

Commit

Permalink
fix: "Error: no such option: --backup" (frappe#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccfiel authored Mar 4, 2020
1 parent 6ecfa00 commit 76943e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
Expand Down

0 comments on commit 76943e0

Please sign in to comment.