Commit a37bab4
committed
Correct typo in nvsandboxutils feature flag
This original implementation of the FeatureDisableNvsandboxUtils feature
flag included a dash that was not supposed to be there. This change
updates the feature flag's string representation to disable-nvsandboxutils.
Special handling is included for users that may still use the old string
value (e.g. for the nvidia-ctk cdi generate command), but no changes are
expected for users of the nvcdi API.
Signed-off-by: Evan Lezar <[email protected]>1 parent ffe768b commit a37bab4
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | | - | |
| 86 | + | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
186 | 191 | | |
187 | 192 | | |
188 | 193 | | |
| |||
0 commit comments