aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-fetch.hxx')
-rw-r--r--bpkg/rep-fetch.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/rep-fetch.hxx b/bpkg/rep-fetch.hxx
index 7e7777f..3b5e80d 100644
--- a/bpkg/rep-fetch.hxx
+++ b/bpkg/rep-fetch.hxx
@@ -41,9 +41,9 @@ namespace bpkg
vector<fragment> fragments;
- // For base pkg repo (can be nullopt/NULL).
+ // For pkg repositories (can be nullopt/NULL).
//
- optional<string> cert_pem;
+ optional<string> certificate_pem;
shared_ptr<const bpkg::certificate> certificate; // Authenticated.
};