@salesforce/cli 2.0.0-beta.48 → 2.0.0-beta.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ const logError = (msg) => {
19
19
  * https://github.com/salesforcecli/sfdx-cli/pull/407
20
20
  */
21
21
  const hook = async () => new Promise((resolve) => {
22
- if (process.env.SFDX_HIDE_RELEASE_NOTES === 'true' || process.env.SF_HIDE_RELEASE_NOTES === 'true') {
22
+ if (process.env.SF_HIDE_RELEASE_NOTES === 'true') {
23
23
  resolve();
24
24
  }
25
25
  const executable = process.platform === 'win32' ? 'run.cmd' : 'run';