aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-skeleton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/package-skeleton.cxx')
-rw-r--r--bpkg/package-skeleton.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/package-skeleton.cxx b/bpkg/package-skeleton.cxx
index d92f513..80df830 100644
--- a/bpkg/package-skeleton.cxx
+++ b/bpkg/package-skeleton.cxx
@@ -1951,8 +1951,8 @@ namespace bpkg
//
assert (skl.out_root_.empty ());
- auto i (temp_dir.find (skl.db_->config_orig));
- assert (i != temp_dir.end ());
+ auto i (tmp_dirs.find (skl.db_->config_orig));
+ assert (i != tmp_dirs.end ());
// Make sure the source and out root directories, if set, are absolute
// and normalized.