diff --git a/src/build/experimental/commands/compile/get_context.ts b/src/build/experimental/commands/compile/get_context.ts index ec50df727a..49c6ceb175 100644 --- a/src/build/experimental/commands/compile/get_context.ts +++ b/src/build/experimental/commands/compile/get_context.ts @@ -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 = {