aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-verify.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-04-30 20:25:19 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-07 22:50:28 +0300
commitb26f393c2257c3dfe7937696cd4f307e4075f20c (patch)
treeff9d26c2fa6f8bacdc37d18ed37bee9f8564bbe2 /bpkg/pkg-verify.cxx
parent216b2d199bdf3730243795ff71515e636184d98f (diff)
Add support for description-type package manifest value
Diffstat (limited to 'bpkg/pkg-verify.cxx')
-rw-r--r--bpkg/pkg-verify.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/pkg-verify.cxx b/bpkg/pkg-verify.cxx
index 00a5db0..4dea4fa 100644
--- a/bpkg/pkg-verify.cxx
+++ b/bpkg/pkg-verify.cxx
@@ -87,7 +87,8 @@ namespace bpkg
}
return s;
- });
+ },
+ iu);
}
return m;