aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-11-25 15:56:41 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-11-25 15:56:41 +0100
commit914a47fbb80bc09132173b1618923fc73076c4d1 (patch)
treef425702224f58ee4eeb436f821eacaed300747fd /client
parentacc359cafa1d50a013c04503599f4edac732ef29 (diff)
Rename file 'auth0.json' => 'auth.json'
Diffstat (limited to 'client')
-rw-r--r--client/go/cmd/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/cmd/config.go b/client/go/cmd/config.go
index 966080dbdc2..3a6e43e7ffe 100644
--- a/client/go/cmd/config.go
+++ b/client/go/cmd/config.go
@@ -155,7 +155,7 @@ func (c *Config) ReadAPIKey(tenantName string) ([]byte, error) {
}
func (c *Config) AuthConfigPath() string {
- return filepath.Join(c.Home, "auth0.json")
+ return filepath.Join(c.Home, "auth.json")
}
func (c *Config) ReadSessionID(app vespa.ApplicationID) (int64, error) {