From c5fca27f77cb9164dabad4e55eb9425e75a1d2ac Mon Sep 17 00:00:00 2001 From: harshithad0703 Date: Tue, 28 May 2024 17:45:35 +0530 Subject: [PATCH] fix: update manifest uid for reinstalling old and new apps created --- src/commands/app/reinstall.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/app/reinstall.ts b/src/commands/app/reinstall.ts index d1d49b1..7634687 100644 --- a/src/commands/app/reinstall.ts +++ b/src/commands/app/reinstall.ts @@ -107,7 +107,7 @@ export default class Reinstall extends AppCLIBaseCommand { type: appType, developerHubBaseUrl: this.developerHubBaseUrl, orgUid: this.sharedConfig.org, - manifestUid: this.manifestData.uid, + manifestUid: this.flags["app-uid"], }); this.log( $t(reinstallAppMsg.APP_REINSTALLED_SUCCESSFULLY, {