aboutsummaryrefslogtreecommitdiff
path: root/bdep/fetch.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-21 11:48:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-22 08:07:05 +0200
commit9e1330b726c5453755bcaffd1b746d5982357861 (patch)
tree90c5bbadb5b5f9f51615013ca9e9a66bd7812750 /bdep/fetch.cxx
parent2ededcf152a4982e9f3caabdd2c91b6966b619d0 (diff)
Implement config-add and config-create subcommands
Diffstat (limited to 'bdep/fetch.cxx')
-rw-r--r--bdep/fetch.cxx4
1 files changed, 1 insertions, 3 deletions
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 ());