diff options
Diffstat (limited to 'bdep/status.cxx')
-rw-r--r-- | bdep/status.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |