mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
fix: invetory path in demo project
This commit is contained in:
parent
4e2ca7745b
commit
981ab6bc51
@ -99,7 +99,7 @@ func createDemoProject(projectID int, store db.Store) (err error) {
|
||||
devInv, err = store.CreateInventory(db.Inventory{
|
||||
Name: "Dev",
|
||||
ProjectID: projectID,
|
||||
Inventory: "/invs/dev/hosts",
|
||||
Inventory: "invs/dev/hosts",
|
||||
Type: "file",
|
||||
SSHKeyID: &noneKey.ID,
|
||||
})
|
||||
@ -111,7 +111,7 @@ func createDemoProject(projectID int, store db.Store) (err error) {
|
||||
prodInv, err = store.CreateInventory(db.Inventory{
|
||||
Name: "Prod",
|
||||
ProjectID: projectID,
|
||||
Inventory: "/invs/prod/hosts",
|
||||
Inventory: "invs/prod/hosts",
|
||||
Type: "file",
|
||||
SSHKeyID: &noneKey.ID,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user