We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b600e commit a6fcd39Copy full SHA for a6fcd39
src/index.ts
@@ -110,7 +110,7 @@ export function main(
110
* Read the modified file contents and resolve the relevant formatter.
111
*/
112
const modifiedFile = new ModifiedFile({
113
- fullPath: join(workingDirectory, filename),
+ fullPath: join(gitDirectoryParent, filename),
114
gitDirectoryParent,
115
base: options.base,
116
head: options.head,
0 commit comments