aboutsummaryrefslogtreecommitdiff
path: root/bpkg/auth.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/auth.cxx')
-rw-r--r--bpkg/auth.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/auth.cxx b/bpkg/auth.cxx
index 928eb67..3fcb24b 100644
--- a/bpkg/auth.cxx
+++ b/bpkg/auth.cxx
@@ -885,7 +885,8 @@ namespace bpkg
{
tracer trace ("sign_repository");
- string r (repository.string () + dir_path::traits::directory_separator);
+ string r (repository.string () +
+ dir_path::traits_type::directory_separator);
// No sense to calculate the fingerprint for the certificate being used
// just to check the expiration date.