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/sync.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/sync.cxx') diff --git a/bdep/sync.cxx b/bdep/sync.cxx index a10e877..b1589ad 100644 --- a/bdep/sync.cxx +++ b/bdep/sync.cxx @@ -662,7 +662,7 @@ namespace bdep database db (open (pp.project, trace)); transaction t (db.begin ()); - cfgs = find_configurations (pp.project, t, o); + cfgs = find_configurations (o, pp.project, t); t.commit (); } -- cgit v1.1