From 646767a35fb2b9b0e3f992a3092c761ea6e5e362 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 3 Mar 2018 15:53:22 +0300 Subject: Fix certificates and repositories directory names in comments --- bpkg/package.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/package.hxx') 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/.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/.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 -- cgit v1.1