diff options
Diffstat (limited to 'tools/bootconfig/samples/bad-array.bconf')
-rw-r--r-- | tools/bootconfig/samples/bad-array.bconf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bootconfig/samples/bad-array.bconf b/tools/bootconfig/samples/bad-array.bconf new file mode 100644 index 0000000000..0174af019d --- /dev/null +++ b/tools/bootconfig/samples/bad-array.bconf @@ -0,0 +1,2 @@ +# Array must be comma separated. +key = "value1" "value2" |