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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/pkg-install.hxx b/bpkg/pkg-install.hxx
index 35dc52b..8a74384 100644
--- a/bpkg/pkg-install.hxx
+++ b/bpkg/pkg-install.hxx
@@ -20,8 +20,8 @@ namespace bpkg
return pkg_command ("install",
o,
"" /* cmd_variant */,
- false /* recursive */,
- false /* immediate */,
+ o.recursive (),
+ o.immediate (),
args);
}
}