Skip to content

Commit

Permalink
fix: improve message (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored Aug 2, 2023
1 parent 4072c28 commit 46db6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/installationVerification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ export async function doPrompt(): Promise<void> {
}
// they approved the plugin. Let them know how to automate this.
ux.log(
'To avoid installation confirmation, configure unsignedPluginAllowList.json. https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_allowlist.htm'
'Because you approved this plugin, you can avoid future installation confirmations by adding the plugin to the unsignedPluginAllowList.json file. For details, see https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_allowlist.htm.'
);
}

Expand Down

0 comments on commit 46db6e3

Please sign in to comment.