Skip to content

Commit

Permalink
Update FactorializeMojo.java
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Jun 7, 2024
1 parent 2b095f2 commit 7cfabf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/eolang/ineo/FactorializeMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public void execute() {
this.sourcesDir.toPath().relativize(file)
);
try {
new Saved(new XMLDocumentOf(file), path).value();
new Saved(
FactorializeMojo.FACTORIALIZED,
Paths.get(
Expand Down

0 comments on commit 7cfabf1

Please sign in to comment.