@forge/cli

12.17.012.18.0-next.8
out/command-line/controller/settings-controller.js
~out/command-line/controller/settings-controller.jsModified
+3−3
Index: package/out/command-line/controller/settings-controller.js
===================================================================
--- package/out/command-line/controller/settings-controller.js
+++ package/out/command-line/controller/settings-controller.js
@@ -56,13 +56,13 @@
             getDisplayValue: (value) => cli_shared_1.Text.env.displayEnvironment(value, cli_shared_1.AppEnvironmentType.Development),
             additionalInfo: cli_shared_1.Text.settings.defaultEnvironment.info
         },
         'seasonal-effects': {
-            description: cli_shared_1.Text.settings.seasonalEffects.description,
-            get: async () => this.cachedConfigService.getSeasonalEffects(),
+            description: cli_shared_1.Text.settings.customEffects.description,
+            get: async () => this.cachedConfigService.getCustomEffects(),
             set: async (value) => {
                 const parsedValue = this.parseBoolean(value);
-                this.cachedConfigService.setSeasonalEffects(parsedValue);
+                this.cachedConfigService.setCustomEffects(parsedValue);
             }
         }
     };
     parseBoolean(value) {