Skip to content

Commit

Permalink
devonfw#13: added url to TODO issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MattesMrzik committed Jan 26, 2024
1 parent 0c241ff commit 05f1576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/java/com/devonfw/tools/ide/tool/aws/Aws.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public Aws(IdeContext context) {

private void makeExecutable(Path file) {

// TODO this can be removed if issue #132 is fixed
// TODO this can be removed if issue #132 is fixed. See https://github.com/devonfw/IDEasy/issues/132
Set<PosixFilePermission> permissions = null;
try {
permissions = Files.getPosixFilePermissions(file);
Expand Down

0 comments on commit 05f1576

Please sign in to comment.