Skip to content

Commit 313acd3

Browse files
Merge branch 'development' into test/DX-542-reinstall-command-unit-test
2 parents 72d894d + 691e962 commit 313acd3

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)