Skip to content

Commit 691e962

Browse files
Merge pull request #232 from contentstack/fix/DX-540-manifest-uid-update
fix: update manifest uid for reinstalling old and new apps created
2 parents 2c4fbd2 + c5fca27 commit 691e962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/app/reinstall.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default class Reinstall extends AppCLIBaseCommand {
107107
type: appType,
108108
developerHubBaseUrl: this.developerHubBaseUrl,
109109
orgUid: this.sharedConfig.org,
110-
manifestUid: this.manifestData.uid,
110+
manifestUid: this.flags["app-uid"],
111111
});
112112
this.log(
113113
$t(reinstallAppMsg.APP_REINSTALLED_SUCCESSFULLY, {

0 commit comments

Comments
 (0)