Skip to content

Commit

Permalink
Added a dummy change.
Browse files Browse the repository at this point in the history
  • Loading branch information
bvatai-br committed Nov 26, 2024
1 parent 3b6d138 commit 68aed67
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ private void writeDirectoryToFile(FileWriter writer, String root, MerkleTree t)
public void writeToFile() {
String jsonPath = "/tmp/bazeldebug/" + actionKey.getDigest().getHash() + ".json";
try (FileWriter writer = new FileWriter(jsonPath)) {
writer.write("[** Generated by Bitrise for debug purposes.]\n");
writer.write("[Action]\n");
writer.write(action.toString());
writer.write("\n\n");
Expand Down

0 comments on commit 68aed67

Please sign in to comment.