aboutsummaryrefslogtreecommitdiff
path: root/libbrep/common.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-03-05 12:30:26 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-03-05 12:30:26 +0300
commit46137ddb2a7bab4ee1e67ea36c4f72dae25341a6 (patch)
treed89267a24245a15fc9d9043f97e405c037d58dd2 /libbrep/common.hxx
parentc1fd7f8b685ba359fc99c9579c3234d560342424 (diff)
Rename bpkg repository type to pkg
Diffstat (limited to 'libbrep/common.hxx')
-rw-r--r--libbrep/common.hxx8
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.
//