Skip to content

Commit

Permalink
fix(migration): Migrate to the correct portal folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorinwasher committed Nov 14, 2024
1 parent 16b524c commit 0eef743
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ private void migratePortals(String portalFolder, String defaultNetworkName, Star
private void moveFilesToDebugDirectory(String portalFolder) {
Map<String, String> filesToMove = new HashMap<>();
FileHelper.readInternalFileToMap("/migration/file-migrations-6.properties", filesToMove);
filesToMove.put(portalFolder, "plugins/Stargate/debug/legacy_portals");
filesToMove.put(portalFolder, "debug/legacy/portals");

for (String directoryString : filesToMove.keySet()) {
moveLegacyData(directoryString, filesToMove);
Expand Down

0 comments on commit 0eef743

Please sign in to comment.