Skip to content

Commit 97e5390

Browse files
committed
patch: rename url
1 parent 3f1bd04 commit 97e5390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/patches.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export async function readInputKDL(fileUrl: URL): Promise<any> {
135135
* Read, parse, and merge all KDL files under the input folder.
136136
*/
137137
export default async function readKDL(file: string): Promise<any> {
138-
const inputFolder = new URL("../inputfiles/patches/", import.meta.url);
138+
const inputFolder = new URL("../../inputfiles/patches/", import.meta.url);
139139
const fileUrls = await getAllKDLFileURLs(inputFolder, file);
140140

141141
const parsedContents = await Promise.all(fileUrls.map(readInputKDL));

0 commit comments

Comments
 (0)