Skip to content

Commit 26f517e

Browse files
Update cmd/atlas/atlas.go
Co-authored-by: Melanija Cvetic <[email protected]>
1 parent a6c04e1 commit 26f517e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/atlas/atlas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func loadConfig() (*config.Profile, error) {
5353
configStore, initErr := config.LoadViperStore(afero.NewOsFs())
5454

5555
if initErr != nil {
56-
return nil, fmt.Errorf("error loading config: %w. Please run `atlas config init` to reconfigure your profile", initErr)
56+
return nil, fmt.Errorf("error loading config: %w. Please run `atlas auth login` to reconfigure your profile", initErr)
5757
}
5858

5959
profile := config.NewProfile(config.DefaultProfile, configStore)

0 commit comments

Comments
 (0)