Skip to content

Commit

Permalink
Update cli/src/main/java/com/devonfw/tools/ide/commandlet/CreateComma…
Browse files Browse the repository at this point in the history
…ndlet.java

Co-authored-by: Jörg Hohwiller <[email protected]>
  • Loading branch information
salimbouch and hohwille authored Apr 3, 2024
1 parent 15b4f30 commit caf0a1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private void initializeInstance(Path newInstancePath) {
FileAccess fileAccess = this.context.getFileAccess();
fileAccess.mkdirs(newInstancePath.resolve(IdeContext.FOLDER_SOFTWARE));
fileAccess.mkdirs(newInstancePath.resolve(IdeContext.FOLDER_PLUGINS));
fileAccess.mkdirs(newInstancePath.resolve(IdeContext.FOLDER_WORKSPACES));
fileAccess.mkdirs(newInstancePath.resolve(IdeContext.FOLDER_WORKSPACES).resolve(IdeContext.WORKSPACE_MAIN));
fileAccess.mkdirs(newInstancePath.resolve(IdeContext.FOLDER_SETTINGS));

}
Expand Down

0 comments on commit caf0a1e

Please sign in to comment.