diff options
-rw-r--r-- | libbbot/manifest.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libbbot/manifest.cxx b/libbbot/manifest.cxx index db33021..fe6f419 100644 --- a/libbbot/manifest.cxx +++ b/libbbot/manifest.cxx @@ -493,7 +493,10 @@ namespace bbot // Call remote/absolute repository location constructor (throws // invalid_argument for relative location). // - repository = repository_location (move (v)); + // @@ 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); } catch (const invalid_argument& e) { |