Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhas committed Jan 5, 2022
1 parent 3fce9ed commit cc1efe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ return [
* This is particularly useful for running things in the CI,
* e.g. Cypress tests.
*/
'override-all' => env('FEATURE_FLAGS_ENABLE_ALL'),
'override-all' => env('FEATURE_FLAGS_OVERRIDE_ALL'),

/**
* Override flags. If a feature flag is set inside an override,
Expand Down
2 changes: 1 addition & 1 deletion config/feature-flags.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* This is particularly useful for running things in the CI,
* e.g. Cypress tests.
*/
'override-all' => env('FEATURE_FLAGS_ENABLE_ALL'),
'override-all' => env('FEATURE_FLAGS_OVERRIDE_ALL'),

/**
* Override flags. If a feature flag is set inside an override,
Expand Down

0 comments on commit cc1efe1

Please sign in to comment.