Skip to content

Commit

Permalink
devonfw#1509 reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricarnauld123 committed Feb 20, 2023
1 parent 5427d8d commit 44d3c8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public TemplateAdapterImpl(Path templatesLocation) {
if (Files.exists(Paths.get(templatesLocationPath))) {
this.templatesLocation = Paths.get(templatesLocationPath);
if (this.templatesLocation.getFileName().toString().contains(".jar")) {

this.templatesLocation = this.templatesLocation.getParent();
}

Expand Down

0 comments on commit 44d3c8e

Please sign in to comment.