instances.test.json -> instances.json

This commit is contained in:
lost+skunk 2024-08-01 22:54:59 +03:00
parent c5514c3875
commit 4db018fb7f

View File

@ -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()