From 5d513688ae07d96910dd1eef83bdad4e9d780373 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 22 Apr 2021 21:57:13 +0300 Subject: Add support for linked configurations --- bpkg/pkg-update.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bpkg/pkg-update.hxx') diff --git a/bpkg/pkg-update.hxx b/bpkg/pkg-update.hxx index d7b9536..41fead0 100644 --- a/bpkg/pkg-update.hxx +++ b/bpkg/pkg-update.hxx @@ -28,13 +28,12 @@ namespace bpkg } inline void - pkg_update (const dir_path& configuration, - const common_options& o, + pkg_update (const common_options& o, const string& cmd_variant, const strings& common_vars, const vector& pkgs) { - pkg_command ("update", configuration, o, cmd_variant, common_vars, pkgs); + pkg_command ("update", o, cmd_variant, common_vars, pkgs); } } -- cgit v1.1