Commit b1fdaa4
committed
cloud-init: Use StringSliceVarP instead of StringArrayVarP
The latter does not parse `--cloud-init a,b,c` as expected, it returns
an array with a single element, the string `a,b,c`.
The `Slice` variant returns an array with 3 elements, `a`, `b` and `c`
as expected.
Signed-off-by: Christophe Fergeau <[email protected]>1 parent fa2b3e0 commit b1fdaa4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments