Skip to content

Commit 2096d5c

Browse files
committed
change the config file to /home/sun/.config/godo
1 parent 1054eab commit 2096d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"os"
1010
)
1111

12-
var ConfigFile = ".godo/config.json"
12+
var ConfigFile = ".config/godo/config.json"
1313

1414
type Config struct {
1515
DataFile string `json:"DataFile"`

0 commit comments

Comments
 (0)