Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev-2.x' into upstream-merge-2…
Browse files Browse the repository at this point in the history
…024-03-04
  • Loading branch information
leonardehrenfried committed Mar 5, 2024
2 parents fb885de + 0e9c328 commit 82ecd76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void open() {

if (config.stopConsolidation() != null) {
stopConsolidation =
findSourceUsingAllRepos(it -> it.findCompositeSource(config.stopConsolidation(), CONFIG));
findSingleSource(config.stopConsolidation(), config.stopConsolidation().toString(), GTFS);
}

addAll(Arrays.asList(streetGraph, graph, buildReportDir));
Expand Down

0 comments on commit 82ecd76

Please sign in to comment.