Try using -> instead of . for the name of current_series
This commit is contained in:
parent
1d91f8212d
commit
0ba157d434
@ -490,7 +490,7 @@ int main(int argc, char* argv[]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Iterate over published sources
|
// Iterate over published sources
|
||||||
auto publishedSources = ppa.getPublishedSources("Published", current_series.name);
|
auto publishedSources = ppa.getPublishedSources("Published", current_series->name);
|
||||||
for (const auto& source : publishedSources) {
|
for (const auto& source : publishedSources) {
|
||||||
for (const auto& build : source.getBuilds()) {
|
for (const auto& build : source.getBuilds()) {
|
||||||
if (build.buildstate == "Successfully built") {
|
if (build.buildstate == "Successfully built") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user