2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 04:29:02 +00:00

[fixes] fixes in pull_all_apps so, bench update can backup and sync sites (#376)

This commit is contained in:
Makarand Bauskar 2017-04-07 06:48:21 -05:00 committed by Rushabh Mehta
parent c6e7477abf
commit a1587b783f

View File

@ -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)