We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1054eab commit 2096d5cCopy full SHA for 2096d5c
client/config.go
@@ -9,7 +9,7 @@ import (
9
"os"
10
)
11
12
-var ConfigFile = ".godo/config.json"
+var ConfigFile = ".config/godo/config.json"
13
14
type Config struct {
15
DataFile string `json:"DataFile"`
0 commit comments