Skip to content

Commit bc56420

Browse files
Update script
1 parent 43e83f4 commit bc56420

File tree

1 file changed

+1
-1
lines changed
  • packages/cursorless-engine/src/scripts/transformRecordedTests

1 file changed

+1
-1
lines changed

packages/cursorless-engine/src/scripts/transformRecordedTests/moveFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default async function moveFile(file: string) {
1717
}
1818
const childDirName =
1919
inputFixture.languageId === "plaintext"
20-
? "textual"
20+
? "plaintext"
2121
: `parseTree/${inputFixture.languageId}`;
2222
const childDir = path.join(parent, childDirName);
2323
await mkdir(childDir, { recursive: true });

0 commit comments

Comments
 (0)