From a1587b783f8f805f5c5c41aeff5ddfc48000f738 Mon Sep 17 00:00:00 2001 From: Makarand Bauskar Date: Fri, 7 Apr 2017 06:48:21 -0500 Subject: [PATCH] [fixes] fixes in pull_all_apps so, bench update can backup and sync sites (#376) --- bench/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/app.py b/bench/app.py index 06a3514a..a4efc81d 100755 --- a/bench/app.py +++ b/bench/app.py @@ -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)