We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197c417 commit 7a5b362Copy full SHA for 7a5b362
1 file changed
git.go
@@ -88,7 +88,7 @@ func githubRepoDetect(path string) (owner, repo string, err error) {
88
}
89
owner, repo, ok := parseGithubRemote(remoteURL)
90
if !ok {
91
- err = errors.New("non-matching remote url")
+ err = errors.New("cannot pattern match remote url: " + remoteURL)
92
93
return
94
0 commit comments