Skip to content

Commit cd9e3f1

Browse files
committed
Typo
1 parent 79690ca commit cd9e3f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/execute/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ export async function execute(commandString: string) {
3232
project,
3333
});
3434

35-
await writeFile(path.join(`reports/${project.directoryName}.diff`), diff);
35+
await writeFile(
36+
path.join(directory, `reports/${project.directoryName}.diff`),
37+
diff,
38+
);
3639

3740
result.push({
3841
project,

0 commit comments

Comments
 (0)