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 eaf8063 commit 1c56529Copy full SHA for 1c56529
cloner/cloner.go
@@ -84,12 +84,12 @@ func cloneGitRepository(destDir, gitRepoURL string) error {
84
log.WithError(err).WithFields(log.Fields{
85
"op": "gitError",
86
"stderr": stderr,
87
- }).WithField("url", gitRepoURL).Warnf("missing repo")
+ }).Warnf("missing repo")
88
} else {
89
90
91
92
- }).WithField("url", gitRepoURL).Errorf("unhandled git error")
+ }).Errorf("unhandled git error")
93
}
94
95
return errors.New("")
0 commit comments