formats/v2: fix mount description for source
The mount has a `source` not `device`. It is just called device internally because for now it is always a device.
This commit is contained in:
parent
ae1296e33a
commit
4d73760dcd
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ def describe(manifest: Manifest, *, with_id=False) -> Dict:
|
|||
desc = {
|
||||
"name": mnt.name,
|
||||
"type": mnt.info.name,
|
||||
"device": mnt.device.name,
|
||||
"source": mnt.device.name,
|
||||
"target": mnt.target
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue