aboutsummaryrefslogtreecommitdiff
path: root/bpkg/auth.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/auth.cxx')
-rw-r--r--bpkg/auth.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/bpkg/auth.cxx b/bpkg/auth.cxx
index ebc98b0..df9a259 100644
--- a/bpkg/auth.cxx
+++ b/bpkg/auth.cxx
@@ -69,7 +69,9 @@ namespace bpkg
//
if (rl.remote ())
return repository_location (
- repository_url (p.posix_string ()), rl).canonical_name ();
+ repository_url (p.posix_string ()),
+ repository_type::bpkg,
+ rl).canonical_name ();
else
return (path_cast<dir_path> (rl.path ()) / p).normalize ().string ();
}