From badd533d9f76024e687a0dc7f24df2bd7a893a8c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 May 2022 10:29:37 +0200 Subject: Rework package skeleton loading code in preparation for defaults extraction --- bpkg/package-skeleton.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bpkg/package-skeleton.cxx b/bpkg/package-skeleton.cxx index a452d4a..c81700e 100644 --- a/bpkg/package-skeleton.cxx +++ b/bpkg/package-skeleton.cxx @@ -1171,8 +1171,8 @@ namespace bpkg // assert (skl.out_root_.empty ()); - auto i (tmp_dirs.find (skl.db_->config_orig)); - assert (i != tmp_dirs.end ()); + auto i (temp_dir.find (skl.db_->config_orig)); + assert (i != temp_dir.end ()); // Make sure the source and out root directories, if set, are absolute // and normalized. -- cgit v1.1