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 972d064..e0d85ed 100644
--- a/bpkg/package-skeleton.cxx
+++ b/bpkg/package-skeleton.cxx
@@ -655,8 +655,8 @@ namespace bpkg
//
assert (out_root_.empty ());
- auto i (temp_dir.find (db_->config_orig));
- assert (i != temp_dir.end ());
+ auto i (tmp_dirs.find (db_->config_orig));
+ assert (i != tmp_dirs.end ());
// Make sure the source and out root directories, if set, are absolute
// and normalized.