aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-fetch.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-29 17:30:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-29 17:30:19 +0200
commitcbcf98064cf2dd8a2da80932af799789dc2ca2a9 (patch)
treea9aab352148091f8d45a6abb4814c5a5db4536aa /bpkg/pkg-fetch.cxx
parent203067a2742ad2cbb986369b216b1f1ecfb96458 (diff)
Add --tar, --tar-option options, test with bsdtar
Diffstat (limited to 'bpkg/pkg-fetch.cxx')
-rw-r--r--bpkg/pkg-fetch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-fetch.cxx b/bpkg/pkg-fetch.cxx
index 9da632a..ca2bada 100644
--- a/bpkg/pkg-fetch.cxx
+++ b/bpkg/pkg-fetch.cxx
@@ -105,7 +105,7 @@ namespace bpkg
// Verify archive is a package and get its manifest.
//
- package_manifest m (pkg_verify (a));
+ package_manifest m (pkg_verify (o, a));
level4 ([&]{trace << m.name << " " << m.version;});
const auto& n (m.name);