aboutsummaryrefslogtreecommitdiff
path: root/bdep/fetch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/fetch.cxx')
-rw-r--r--bdep/fetch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/fetch.cxx b/bdep/fetch.cxx
index 93a727f..96bfd4b 100644
--- a/bdep/fetch.cxx
+++ b/bdep/fetch.cxx
@@ -40,7 +40,7 @@ namespace bdep
database db (open (prj, trace));
transaction t (db.begin ());
- cfgs = find_configurations (o, prj, t);
+ cfgs = find_configurations (o, prj, t).first;
t.commit ();
}