add break

This commit is contained in:
6543 2022-03-28 23:52:08 +02:00
parent 82f89c271c
commit 886ecb644d
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE

View file

@ -189,6 +189,7 @@ func contextFromLocalRepo(repoPath, remoteValue string) (*git.TeaRepo, *config.L
if len(remoteValue) == 0 {
for remote := range gitConfig.Remotes {
remoteValue = remote
break
}
}