diff --git a/cpp/fetch-indexes.cpp b/cpp/fetch-indexes.cpp index bde7623..66ce4f0 100644 --- a/cpp/fetch-indexes.cpp +++ b/cpp/fetch-indexes.cpp @@ -214,7 +214,7 @@ int check_pending_packages(const std::string& release) { auto three_hours_ago = std::chrono::system_clock::now() - std::chrono::hours(3); std::set check_builds; std::set current_builds; - std::vector source_packages; + std::vector source_packages; auto records_gen = pocket.getBuildRecords("Successfully built"); std::vector records;