Skip to content

Commit

Permalink
upd home.repx directly on output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Lum authored Nov 29, 2024
1 parent 43325f9 commit ec35626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/plantuml/stdlibencoder/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static void main(String[] args) throws IOException, InterruptedException
}

System.err.println("names=" + names);
final Path filePath = Paths.get("raw", "home.repx");
final Path filePath = Paths.get("output", "home.repx");
Files.writeString(filePath, String.join("\n", names));
}

Expand Down

0 comments on commit ec35626

Please sign in to comment.