Skip to content

Commit

Permalink
Update start-url-manager.service.ts
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs authored Aug 25, 2024
1 parent a791ed6 commit acc38ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export class StartURLManager implements MVDHosting.LoginActionInterface {
const argumentFormatter = { data: { op: 'deref', source: 'event', path: ['data'] } };
const type = dispatcher.constants.ActionType.Launch;
const mode = dispatcher.constants.ActionTargetMode.PluginCreate;
const testAction = dispatcher.makeAction(actionId, actionTitle, mode, type, 'org.zowe.zlux.ng2desktop', argumentFormatter);
const testAction = dispatcher.makeAction(actionId, actionTitle, mode, type, 'org.zowe.zlux.ivydesktop', argumentFormatter);
dispatcher.registerAction(testAction);
}

Expand Down

0 comments on commit acc38ef

Please sign in to comment.