diff --git a/src/deployments.ts b/src/deployments.ts index e2010d6..cd5a92e 100644 --- a/src/deployments.ts +++ b/src/deployments.ts @@ -85,7 +85,7 @@ export class RegHelper { if (!idOrName) { return null; } - if (idOrName.startsWith('crn:')) { + if (idOrName.startsWith('lrn:')) { return this.resolveName(idOrName); } return this.getRecordById(idOrName);