From 5bc77da19eae548f7c071ea18a8893e2b185729c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 5 Mar 2018 12:29:53 +0300 Subject: Rename bpkg repository type to pkg --- libbbot/manifest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbbot') diff --git a/libbbot/manifest.cxx b/libbbot/manifest.cxx index 2088e12..79bee95 100644 --- a/libbbot/manifest.cxx +++ b/libbbot/manifest.cxx @@ -497,7 +497,7 @@ namespace bbot // type, that should be filled by bbot controller. // repository = repository_location (repository_url (v), - repository_type::bpkg); + repository_type::pkg); } catch (const invalid_argument& e) { -- cgit v1.1