aboutsummaryrefslogtreecommitdiff
path: root/bdep/publish.cxx
diff options
context:
space:
mode:
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));