Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Sep 12, 2024
1 parent f22be30 commit 7360ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ var features = map[string]bool{
}

func init() {
// supports the env: export FEATURE_GATES="SupportMVS=true"
envVar := os.Getenv("FEATURE_GATES")
// supports the env: export KPM_FEATURE_GATES="SupportMVS=true"
envVar := os.Getenv("KPM_FEATURE_GATES")
if envVar != "" {
parseFeatureGates(envVar)
}
Expand Down

0 comments on commit 7360ce7

Please sign in to comment.