mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-12-10 13:30:31 +05:00
instances.test.json -> instances.json
This commit is contained in:
@@ -74,7 +74,7 @@ func addInstance() {
|
||||
var settingsVar struct {
|
||||
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)
|
||||
defer instancesJson.Close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user