aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-update
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-update')
-rw-r--r--bpkg/pkg-update5
1 files changed, 3 insertions, 2 deletions
diff --git a/bpkg/pkg-update b/bpkg/pkg-update
index 5cc28eb..5d24c49 100644
--- a/bpkg/pkg-update
+++ b/bpkg/pkg-update
@@ -23,9 +23,10 @@ namespace bpkg
inline void
pkg_update (const dir_path& configuration,
const common_options& o,
- const shared_ptr<selected_package>& p)
+ const strings& common_vars,
+ const vector<pkg_command_vars>& pkgs)
{
- pkg_command ("update", configuration, o, p);
+ pkg_command ("update", configuration, o, common_vars, pkgs);
}
}