diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-05 12:29:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-05 12:29:53 +0300 |
commit | 5bc77da19eae548f7c071ea18a8893e2b185729c (patch) | |
tree | a059a62631194dc75431c3b0d1b539c7bef19cee | |
parent | 771b28b75cccab373285f4ce1d08960003f46ca2 (diff) |
Rename bpkg repository type to pkg
-rw-r--r-- | libbbot/manifest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |