mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-03 13:07:36 +03:00
instances.test.json -> instances.json
This commit is contained in:
parent
c5514c3875
commit
4db018fb7f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue