Skip to content

Commit

Permalink
#472: added missing directory (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini authored Jul 11, 2024
1 parent e6931e1 commit 295e130
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public void merge(Path setup, Path update, EnvironmentVariables variables, Path
throw new IllegalStateException("Could not read text file: " + workspace, e);
}
try {
ensureParentDirectoryExists(workspace);
Files.write(workspace, inputBuffer.toString().getBytes());
} catch (IOException e) {
throw new IllegalStateException("Could not write to text file: " + workspace, e);
Expand Down

0 comments on commit 295e130

Please sign in to comment.