Skip to content

Commit

Permalink
attempt to fix broken path
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Feb 8, 2025
1 parent e5af04c commit 6a64c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/experimental/commands/compile/get_context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function getContext(
const consumer = await getConsumer(canisterConfig);
const managementDid = (
await readFile(
join(AZLE_PACKAGE_PATH, 'canisters', 'management', 'ic.did')
join(AZLE_PACKAGE_PATH, 'canisters', 'management', 'idl', 'ic.did')
)
).toString();
const wasmData: WasmData = {
Expand Down

0 comments on commit 6a64c11

Please sign in to comment.