From ef36aaf7bca0c3c878400d70ca05cf5d57aac66d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 May 2018 12:32:58 +0200 Subject: Implement config-remove subcommand --- bdep/fetch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/fetch.cxx') diff --git a/bdep/fetch.cxx b/bdep/fetch.cxx index 487292d..dda9793 100644 --- a/bdep/fetch.cxx +++ b/bdep/fetch.cxx @@ -36,7 +36,7 @@ namespace bdep database db (open (prj, trace)); transaction t (db.begin ()); - configurations cfgs (find_configurations (prj, t, o)); + configurations cfgs (find_configurations (o, prj, t)); t.commit (); bool first (true); -- cgit v1.1