From c33cff5fd82ec1468891c2b8b97511f1d18a86f7 Mon Sep 17 00:00:00 2001 From: Prateeksha Singh Date: Tue, 26 Jun 2018 17:08:01 +0530 Subject: [PATCH] Revert "get frappe_theme for foundation" --- bench/app.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bench/app.py b/bench/app.py index a69231e7..8f156430 100755 --- a/bench/app.py +++ b/bench/app.py @@ -141,8 +141,6 @@ def get_app(git_url, branch=None, bench_path='.', build_asset_files=True, verbos branch= 'master', postprocess = False) if repo_name=='erpnext': - get_app('https://github.com/frappe/frappe_theme', bench_path = bench_path, - branch= 'master', postprocess = False) get_app('https://github.com/erpnext/foundation', bench_path = bench_path, branch= 'master', postprocess = False)