Skip to content

Commit bfe60c1

Browse files
yitsushiyiannistri
andauthored
Update internal/git/jenkins_scm.go
Co-authored-by: Yiannis <8741709+yiannistri@users.noreply.github.com>
1 parent 5fcfa73 commit bfe60c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/git/jenkins_scm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type jenkinsSCM struct{}
2020
func (p *jenkinsSCM) GetRepository(ctx context.Context, log logr.Logger, client *scm.Client, repoURL *url.URL) (*scm.Repository, error) {
2121
pathParts := strings.Split(strings.Trim(repoURL.Path, "/"), "/")
2222
if len(pathParts) != 4 {
23-
return nil, fmt.Errorf("unbale to parse url %+v", repoURL)
23+
return nil, fmt.Errorf("unable to parse url %+v", repoURL)
2424
}
2525

2626
org := pathParts[0]

0 commit comments

Comments
 (0)