Skip to content

Commit

Permalink
Fix typo -- ivysettings.xml -> pom.xml in nodist
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmock committed Oct 2, 2024
1 parent 0cdfda1 commit 196946f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/josm_plugin_clone/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28183,7 +28183,7 @@ async function cloneJosmFiles(directory) {
(0,path__WEBPACK_IMPORTED_MODULE_2__.join)(directory, "josm", "core", "ivy.xml"),
(0,path__WEBPACK_IMPORTED_MODULE_2__.join)(directory, "josm", "core", "ivysettings.xml"),
(0,path__WEBPACK_IMPORTED_MODULE_2__.join)(directory, "josm", "core", "pom.xml"),
(0,path__WEBPACK_IMPORTED_MODULE_2__.join)(directory, "josm", "core", "nodist", "ivysettings.xml"),
(0,path__WEBPACK_IMPORTED_MODULE_2__.join)(directory, "josm", "core", "nodist", "pom.xml"),
]);
await cloneCoreSubRepos((0,path__WEBPACK_IMPORTED_MODULE_2__.join)(directory, "josm", "plugins"), null);
}
Expand Down
2 changes: 1 addition & 1 deletion actions/josm_plugin_clone/src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async function cloneJosmFiles(directory: string): Promise<void> {
join(directory, "josm", "core", "ivy.xml"),
join(directory, "josm", "core", "ivysettings.xml"),
join(directory, "josm", "core", "pom.xml"),
join(directory, "josm", "core", "nodist", "ivysettings.xml"),
join(directory, "josm", "core", "nodist", "pom.xml"),
]);
await cloneCoreSubRepos(join(directory, "josm", "plugins"), null);
}
Expand Down

0 comments on commit 196946f

Please sign in to comment.