aboutsummaryrefslogtreecommitdiff
path: root/bdep/fetch.cxx
diff options
context:
space:
mode:
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 ());