mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
Closes #150 First attempt should be true, not false
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
// It is forgiving in terms of the exact path given: the path may have
|
||||
// a scheme or username, which will be trimmed.
|
||||
func Download(path, dest string) (root *vcs.RepoRoot, err error) {
|
||||
return download(path, dest, false)
|
||||
return download(path, dest, true)
|
||||
}
|
||||
|
||||
func download(path, dest string, firstAttempt bool) (root *vcs.RepoRoot, err error) {
|
||||
|
||||
Reference in New Issue
Block a user