diff options
-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) { |