samples: fix types for fstab.{freq, passno}
The schema demands that these are of type integer not string.
This commit is contained in:
parent
beb24a38b0
commit
4cbbcdba87
11 changed files with 32 additions and 32 deletions
|
|
@ -49,8 +49,8 @@
|
|||
"uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||
"vfs_type": "ext4",
|
||||
"path": "/",
|
||||
"freq": "1",
|
||||
"passno": "1"
|
||||
"freq": 1,
|
||||
"passno": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue