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/status.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/status.cxx') diff --git a/bdep/status.cxx b/bdep/status.cxx index d0f7aba..c9f62d0 100644 --- a/bdep/status.cxx +++ b/bdep/status.cxx @@ -105,7 +105,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 (); // If specified, verify packages are present in each configuration. -- cgit v1.1