From 771b28b75cccab373285f4ce1d08960003f46ca2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 8 Feb 2018 19:41:14 +0300 Subject: Adapt to making repository_url(string) ctor explicit --- libbbot/manifest.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbbot') 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) { -- cgit v1.1