aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-update
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-update')
-rw-r--r--bpkg/pkg-update4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/pkg-update b/bpkg/pkg-update
index b34e44a..a266da3 100644
--- a/bpkg/pkg-update
+++ b/bpkg/pkg-update
@@ -12,10 +12,10 @@
namespace bpkg
{
- inline void
+ inline int
pkg_update (const pkg_update_options& o, cli::scanner& args)
{
- pkg_command ("update", o, args);
+ return pkg_command ("update", o, args);
}
inline void