@salesforce/cli 2.47.0 → 2.47.1

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.
package/dist/util/env.js CHANGED
@@ -32,7 +32,7 @@ export class Env extends EnvVars {
32
32
  return this.getBoolean(Env.SF_INSTALLER);
33
33
  }
34
34
  normalizeAutoupdateDisabled() {
35
- // Ensure that the legacy envar always causes the oclif counterpart to be set
35
+ // Ensure that the legacy envvar always causes the oclif counterpart to be set
36
36
  // see https://github.com/oclif/plugin-update/blob/3946fb296a0a95544ab6364b36a1f7422c8aeddf/src/hooks/init.ts#L22
37
37
  if (this.getBoolean(Env.SF_AUTOUPDATE_DISABLE)) {
38
38
  this.setBoolean(Env.SF_DISABLE_AUTOUPDATE, true);