diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-06-08 09:17:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-06-09 12:32:36 +0200 |
commit | ba6fd8d28cc0d3d6cdd1c4f3395230229746711d (patch) | |
tree | a4921cd2e9a7564735c7aa4af233d1944abfb533 | |
parent | d5a8a3f58b49f9a82507273e3971ece5e9c80217 (diff) |
Adjust to temp_dir to tmp_dirs rename
-rw-r--r-- | bpkg/package-skeleton.cxx | 4 |
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. |