aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-install.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-install.hxx')
-rw-r--r--bpkg/pkg-install.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-install.hxx b/bpkg/pkg-install.hxx
index 83ad4de..9102dda 100644
--- a/bpkg/pkg-install.hxx
+++ b/bpkg/pkg-install.hxx
@@ -17,7 +17,7 @@ namespace bpkg
inline int
pkg_install (const pkg_install_options& o, cli::scanner& args)
{
- return pkg_command ("install", o, args);
+ return pkg_command ("install", o, "", args);
}
}