From 0ed8fa838948cccc1dff56fa10ecab7b3cd28412 Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Sat, 14 Sep 2019 00:41:55 +0500 Subject: [PATCH] a --- app/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helper.py b/app/helper.py index 30da939..e4df717 100644 --- a/app/helper.py +++ b/app/helper.py @@ -9,7 +9,7 @@ def install_available(project_path): pass if get_distro_name() == "alpine": - sp.check_output(['pipenv', 'lock']) + sp.check_output(['pipenv', 'lock'], cwd=project_path) with open(os.path.join(project_path, "Pipfile.lock")) as f: content = json.load(f)