mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-21 17:01:04 +01:00
fix(backups): add inventory field
This commit is contained in:
parent
ff6005bc24
commit
f20451b4c8
@ -128,6 +128,7 @@ func (e BackupInventory) Restore(store db.Store, b *BackupDB) error {
|
||||
Type: e.Type,
|
||||
SSHKeyID: SSHKeyID,
|
||||
BecomeKeyID: BecomeKeyID,
|
||||
Inventory: e.Inventory,
|
||||
},
|
||||
)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user