aboutsummaryrefslogtreecommitdiff
path: root/libbbot/manifest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbbot/manifest.cxx')
-rw-r--r--libbbot/manifest.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbbot/manifest.cxx b/libbbot/manifest.cxx
index fe6f419..2088e12 100644
--- a/libbbot/manifest.cxx
+++ b/libbbot/manifest.cxx
@@ -496,7 +496,8 @@ namespace bbot
// @@ We probably need another name/value pair for the repository
// type, that should be filled by bbot controller.
//
- repository = repository_location (move (v), repository_type::bpkg);
+ repository = repository_location (repository_url (v),
+ repository_type::bpkg);
}
catch (const invalid_argument& e)
{