aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-03 17:19:19 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-03 17:34:27 +0300
commit06c76d48163efb5a6a9bb4340723baf7a3a0a41c (patch)
tree15e8b4b0774a3ca2b659e7acc497a51ea978caa9 /bpkg/rep-fetch.cxx
parentd4e409e3ceb7eadd9cf94b1d1f99ac04fec570ee (diff)
Adapt to optional base repository manifest
Diffstat (limited to 'bpkg/rep-fetch.cxx')
-rw-r--r--bpkg/rep-fetch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/rep-fetch.cxx b/bpkg/rep-fetch.cxx
index def7cd0..daefc84 100644
--- a/bpkg/rep-fetch.cxx
+++ b/bpkg/rep-fetch.cxx
@@ -107,7 +107,7 @@ namespace bpkg
authenticate_repository (co, conf, cert_pem, *cert, sm, rl);
}
- return rep_fetch_data {{move (fr)}, move (cert_pem), move (cert)};
+ return rep_fetch_data {{move (fr)}, cert_pem, move (cert)};
}
template <typename M>