Skip to content

Commit c5fca27

Browse files
fix: update manifest uid for reinstalling old and new apps created
1 parent 2c4fbd2 commit c5fca27

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)