This commit is contained in:
Norwin 2021-10-18 11:52:40 +02:00
parent 0674a1c6f4
commit 0bdd95adbc

View file

@ -72,7 +72,7 @@ func runRepoClone(cmd *cli.Context) error {
if url.Host != "" {
login = config.GetLoginByHost(url.Host)
if login == nil {
return fmt.Errorf("No login configured matching host '%s', run `tea login add` first.", url.Host)
return fmt.Errorf("No login configured matching host '%s', run `tea login add` first", url.Host)
}
}