Commit fa620a1
committed
cinder-csi-plugin, manila-csi-plugin: Correct formatting character
%T prints the type. %t prints the word true/false, which is what we
want. [1]
[1] https://pkg.go.dev/fmt
Conflicts:
pkg/csi/manila/driver.go
NOTE(stephenfin): Merge conflicts are due to the absence of PR kubernetes#2734,
which we don't want to backport.
Signed-off-by: Stephen Finucane <[email protected]>1 parent f574d06 commit fa620a1
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
0 commit comments