Changeset 36462 in osm


Ignore:
Timestamp:
2025-10-08T14:58:59+02:00 (5 weeks ago)
Author:
stoecker
Message:

Copy and paste error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/util/opendata/ModuleListGenerator.java

    r36460 r36462  
    2525     */
    2626    public static void main(String[] args) {
    27         final String url = "https://josm.openstreetmap.de/export/latest/osm/applications/editors/josm/plugins/opendata/opendata/dist/";
     27        final String url = "https://josm.openstreetmap.de/export/latest/osm/applications/editors/josm/plugins/opendata/dist/";
    2828        String baseDir = "";
    2929        if (args.length > 0) {
Note: See TracChangeset for help on using the changeset viewer.