aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-21 12:32:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-22 08:07:05 +0200
commitef36aaf7bca0c3c878400d70ca05cf5d57aac66d (patch)
tree7c0b471dd0888df8357b393ea75f248ac392cf7b /bdep/sync.cxx
parent9e1330b726c5453755bcaffd1b746d5982357861 (diff)
Implement config-remove subcommand
Diffstat (limited to 'bdep/sync.cxx')
-rw-r--r--bdep/sync.cxx2
1 files changed, 1 insertions, 1 deletions
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 ();
}