Skip to content

Commit

Permalink
Merge branch 'main' into feature/devonfw#103-implement-version-securi…
Browse files Browse the repository at this point in the history
…ty-checks
  • Loading branch information
jan-vcapgemini committed Feb 26, 2024
2 parents 0f3596f + 4e9d541 commit 30d5bf2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ public void backup(Path fileOrFolder) {

if (Files.isSymbolicLink(fileOrFolder)) {
delete(fileOrFolder);
return;
}
Path backupPath = this.context.getIdeHome().resolve(IdeContext.FOLDER_UPDATES).resolve(IdeContext.FOLDER_BACKUPS);
LocalDateTime now = LocalDateTime.now();
Expand Down

0 comments on commit 30d5bf2

Please sign in to comment.