We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7d035 commit eda516dCopy full SHA for eda516d
pkg/cmdutils/config.go
@@ -122,7 +122,7 @@ func Exists(path string) bool {
122
func (c *ClusterConfig) DecodeContext() *Config {
123
cfg := NewConfig()
124
125
- defaultPath := fmt.Sprintf("%s/.config/pulsar", utils.HomeDir())
+ defaultPath := fmt.Sprintf("%s/.config/pulsar/config", utils.HomeDir())
126
if !Exists(defaultPath) {
127
return nil
128
}
0 commit comments