Skip to content

Commit

Permalink
14t5
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomCracker committed Aug 14, 2023
1 parent d73e397 commit 9f2f152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/diamond-storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ getFileNamesFromFolder(facetsFolder)
for (let i = 0; i < fileNames.length; i++) {
const fileName = fileNames[i];

const storageOutput = executeCommand("forge inspect " + fileName + " storage");
const storageOutput = executeCommand("forge inspect " + fileName + " storage --pretty");
storageOutputString = JSON.stringify(storageOutput);

if (branchName === "development") {
Expand Down

0 comments on commit 9f2f152

Please sign in to comment.