tape: rename DRIVE_ID_SCHEMA to DRIVE_NAME_SCHEMA

This commit is contained in:
Dietmar Maurer
2020-12-13 09:18:16 +01:00
parent 6fe9aedd0b
commit 49c965a497
8 changed files with 38 additions and 38 deletions

View File

@ -14,7 +14,7 @@ use proxmox_backup::{
api2::{
self,
types::{
DRIVE_ID_SCHEMA,
DRIVE_NAME_SCHEMA,
},
},
tape::{
@ -157,7 +157,7 @@ fn scan_for_drives(
optional: true,
},
name: {
schema: DRIVE_ID_SCHEMA,
schema: DRIVE_NAME_SCHEMA,
},
},
},