Skip to content

Commit

Permalink
Merge pull request #8 from jimma/main
Browse files Browse the repository at this point in the history
Fix the path typo in the pom.xml
  • Loading branch information
jimma authored Oct 18, 2023
2 parents 44a11ac + 1ff4576 commit 86d25ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<build>
<resources>
<resource>
<targetPath>../etc</targetPath>
<targetPath>./etc</targetPath>
<directory>src/main/etc</directory>
<filtering>true</filtering>
</resource>
Expand Down

0 comments on commit 86d25ad

Please sign in to comment.