diff --git a/pkg/home/auth.go b/pkg/home/auth.go index abf8cad67..e72f8875e 100644 --- a/pkg/home/auth.go +++ b/pkg/home/auth.go @@ -33,7 +33,7 @@ type authManager interface { } func (m *generalManager) initAuth() error { - // Create $HOME/.config/envd/auth.json + // Create $HOME/.config/envd/auth auth, err := fileutil.ConfigFile("auth") if err != nil { return errors.Wrap(err, "failed to get auth file")