diff options
Diffstat (limited to 'libbrep/common.hxx')
-rw-r--r-- | libbrep/common.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libbrep/common.hxx b/libbrep/common.hxx index 9fcb5c2..ea74756 100644 --- a/libbrep/common.hxx +++ b/libbrep/common.hxx @@ -213,10 +213,10 @@ namespace brep // using bpkg::repository_location; - #pragma db map type(repository_location) as(string) \ - to((?).url ().string ()) \ - from(brep::repository_location (brep::repository_url (?), \ - brep::repository_type::bpkg)) + #pragma db map type(repository_location) as(string) \ + to((?).url ().string ()) \ + from(brep::repository_location (brep::repository_url (?), \ + brep::repository_type::pkg)) // Version comparison operators. // |