mirror of
https://github.com/frappe/bench.git
synced 2025-01-24 23:48:24 +00:00
[fixes] fixes in pull_all_apps so, bench update can backup and sync sites (#376)
This commit is contained in:
parent
c6e7477abf
commit
a1587b783f
@ -154,7 +154,7 @@ Here are your choices:
|
||||
with "bench update --reset" or for individual repositries "git reset --hard"
|
||||
2. If your changes are helpful for others, send in a pull request via GitHub and
|
||||
wait for them to be merged in the core.'''.format(app)
|
||||
sys.exit(1)
|
||||
sys.exit(1)
|
||||
|
||||
for app in get_apps(bench_path=bench_path):
|
||||
app_dir = get_repo_dir(app, bench_path=bench_path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user