From 9e1330b726c5453755bcaffd1b746d5982357861 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 May 2018 11:48:23 +0200 Subject: Implement config-add and config-create subcommands --- bdep/fetch.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bdep/fetch.cxx') diff --git a/bdep/fetch.cxx b/bdep/fetch.cxx index a5c219f..487292d 100644 --- a/bdep/fetch.cxx +++ b/bdep/fetch.cxx @@ -32,9 +32,7 @@ namespace bdep { tracer trace ("fetch"); - dir_path prj ( - find_project_packages (o, true /* ignore_packages */).project); - + dir_path prj (find_project (o)); database db (open (prj, trace)); transaction t (db.begin ()); -- cgit v1.1