diff --git a/packages/deploy-script-support/src/coreProposalBehavior.js b/packages/deploy-script-support/src/coreProposalBehavior.js index 304e195b437..c38a5e8f3c6 100644 --- a/packages/deploy-script-support/src/coreProposalBehavior.js +++ b/packages/deploy-script-support/src/coreProposalBehavior.js @@ -45,7 +45,7 @@ export const makeCoreProposalBehavior = ({ overrideManifest, E, log = console.info, - restoreRef: overrideRestoreRef, + restoreRef: customRestoreRef, }) => { const { entries, fromEntries } = Object; @@ -136,7 +136,7 @@ export const makeCoreProposalBehavior = ({ manifestGetterName, bundleExports: Object.keys(proposalNS), }); - const restoreRef = overrideRestoreRef || makeRestoreRef(vatAdminSvc, zoe); + const restoreRef = customRestoreRef || makeRestoreRef(vatAdminSvc, zoe); const { manifest, options: rawOptions,