instances.test.json -> instances.json
This commit is contained in:
parent
c5514c3875
commit
4db018fb7f
@ -74,7 +74,7 @@ func addInstance() {
|
|||||||
var settingsVar struct {
|
var settingsVar struct {
|
||||||
Instances []settings `json:"instances"`
|
Instances []settings `json:"instances"`
|
||||||
}
|
}
|
||||||
instancesJson, err := os.OpenFile("instances.test.json", os.O_CREATE|os.O_WRONLY, 0644)
|
instancesJson, err := os.OpenFile("instances.json", os.O_CREATE|os.O_WRONLY, 0644)
|
||||||
try(err)
|
try(err)
|
||||||
defer instancesJson.Close()
|
defer instancesJson.Close()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user