We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e330a93 commit 9f611a5Copy full SHA for 9f611a5
internal/runtime/runtime_factory.go
@@ -128,8 +128,8 @@ func supportedModifierTypes(mode string) []string {
128
return []string{"nvidia-hook-remover", "mode"}
129
case "csv":
130
// For CSV mode we support mode and feature-gated modification.
131
- return []string{"nvidia-hook-remover", "mode", "feature-gated"}
+ return []string{"nvidia-hook-remover", "feature-gated", "mode"}
132
default:
133
- return []string{"mode", "graphics", "feature-gated"}
+ return []string{"feature-gated", "graphics", "mode"}
134
}
135
0 commit comments