aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx
index b5e05d5..5c370ef 100644
--- a/bpkg/utility.hxx
+++ b/bpkg/utility.hxx
@@ -53,8 +53,8 @@ namespace bpkg
// Widely-used paths.
//
extern const dir_path bpkg_dir; // .bpkg/
- extern const dir_path certs_dir; // .bpkg/certificates/
- extern const dir_path repos_dir; // .bpkg/repositories/
+ extern const dir_path certs_dir; // .bpkg/certs/
+ extern const dir_path repos_dir; // .bpkg/repos/
extern const dir_path current_dir; // ./
// Temporary directory facility.