mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
Merge pull request #1908 from semaphoreui/1847-restoring-project-doesnt-set-inventory-string
fix(backups): add inventory field
This commit is contained in:
commit
a38151020d
@ -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