aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-remove.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-remove.cxx')
-rw-r--r--bpkg/rep-remove.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/rep-remove.cxx b/bpkg/rep-remove.cxx
index 60923fa..96e96db 100644
--- a/bpkg/rep-remove.cxx
+++ b/bpkg/rep-remove.cxx
@@ -109,7 +109,7 @@ namespace bpkg
query::repository_fragment::name == fragment_name))
{
const shared_ptr<available_package>& p (rp);
- vector<package_location>& ls (p->locations);
+ small_vector<package_location, 1>& ls (p->locations);
for (auto i (ls.cbegin ()); i != ls.cend (); ++i)
{