diff options
Diffstat (limited to 'util.go')
| -rw-r--r-- | util.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -12,7 +12,7 @@ func GetDefaultConfigDir() string {  }  func GetDefaultTokenFilePath() string { -    return filepath.Join(GetDefaultConfigDir(), "token.json") +    return filepath.Join(GetDefaultConfigDir(), "token_v2.json")  }  func Homedir() string { | 
