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/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/init.cxx') diff --git a/bdep/init.cxx b/bdep/init.cxx index 1adeb9a..5534575 100644 --- a/bdep/init.cxx +++ b/bdep/init.cxx @@ -197,7 +197,7 @@ namespace bdep // wants us to use. // transaction t (db.begin ()); - cfgs = find_configurations (prj, t, o); + cfgs = find_configurations (o, prj, t); t.commit (); } } -- cgit v1.1