From 46db6e3089eeed49786c489d4f367ea2af3cf66e Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:07:40 -0700 Subject: [PATCH] fix: improve message (#546) --- src/shared/installationVerification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/installationVerification.ts b/src/shared/installationVerification.ts index 4239db59..ed35139a 100644 --- a/src/shared/installationVerification.ts +++ b/src/shared/installationVerification.ts @@ -449,7 +449,7 @@ export async function doPrompt(): Promise { } // 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.' ); }