| 11 | ) |
| 12 | |
| 13 | type AmbiguousBaseRepoError struct { |
| 14 | Remotes ghContext.Remotes |
| 15 | } |
| 16 | |
| 17 | func (e AmbiguousBaseRepoError) Error() string { |
| 18 | return "multiple remotes detected. please specify which repo to use by providing the -R, --repo argument" |
nothing calls this directly
no outgoing calls
no test coverage detected