From 698e630a1845d5d0906c1ec8afa0407d98bc61ab Mon Sep 17 00:00:00 2001 From: zramsay Date: Fri, 12 Jul 2024 17:09:18 +0000 Subject: [PATCH] Update src/deployments.ts --- src/deployments.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);