aboutsummaryrefslogtreecommitdiff
path: root/bdep/publish.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-09-06 08:28:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-06 10:57:44 +0200
commit09b1d3ff6e0d0db3210207b94c6106ea647e9318 (patch)
tree187d21d22955e145f1a8ffd376d773da4ad7b210 /bdep/publish.cxx
parent8f1a2ab7bd19e0f4bdf7f173c20078df96b0e12d (diff)
Add argument grouping support for dependencies in bdep-{sync,init}
Diffstat (limited to 'bdep/publish.cxx')
-rw-r--r--bdep/publish.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/publish.cxx b/bdep/publish.cxx
index ec0933f..3eb2d04 100644
--- a/bdep/publish.cxx
+++ b/bdep/publish.cxx
@@ -1065,7 +1065,7 @@ namespace bdep
}
for (const shared_ptr<configuration>& c: scs)
- cmd_sync (o, prj, c, strings () /* pkg_args */, true /* implicit */);
+ cmd_sync (o, prj, c, true /* implicit */);
}
return cmd_publish (o, prj, move (pkgs), move (dist_dirs));