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 a6c04e1 commit 26f517eCopy full SHA for 26f517e
cmd/atlas/atlas.go
@@ -53,7 +53,7 @@ func loadConfig() (*config.Profile, error) {
53
configStore, initErr := config.LoadViperStore(afero.NewOsFs())
54
55
if initErr != nil {
56
- return nil, fmt.Errorf("error loading config: %w. Please run `atlas config init` to reconfigure your profile", initErr)
+ return nil, fmt.Errorf("error loading config: %w. Please run `atlas auth login` to reconfigure your profile", initErr)
57
}
58
59
profile := config.NewProfile(config.DefaultProfile, configStore)
0 commit comments