diff --git a/cmd/exec.go b/cmd/exec.go index d5fa9a9..08b3c99 100644 --- a/cmd/exec.go +++ b/cmd/exec.go @@ -63,7 +63,7 @@ var execCmd = &cobra.Command{ cfg, err := ini.Load(home + defaultFullConfigPath) profileSection, err := cfg.GetSection("profile " + profileName) if err != nil { - log.Fatal("unable to create profile section: ", err) + log.Fatal("unable to find profile: ", err) } if profileSection.Key("email").String() == "" {