aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/package.hxx')
-rw-r--r--bpkg/package.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/package.hxx b/bpkg/package.hxx
index 35b9332..68c2cd8 100644
--- a/bpkg/package.hxx
+++ b/bpkg/package.hxx
@@ -645,8 +645,8 @@ namespace bpkg
// certificate
//
// Information extracted from a repository X.509 certificate. The actual
- // certificate is stored on disk as .bpkg/certificates/<id>.pem (we have to
- // store it as a file because that's the only way to pass it to openssl).
+ // certificate is stored on disk as .bpkg/certs/<id>.pem (we have to store
+ // it as a file because that's the only way to pass it to openssl).
//
// If a repository is not authenticated (has no certificate/signature,
// called unauth from now on), then we ask for the user's confirmation and