Skip to content

Commit 16d1af1

Browse files
authored
Merge pull request #7734 from krousey/sigs
Fix typo in url
2 parents 2f96d95 + e8df4e4 commit 16d1af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def repository(repo, ssh):
205205
"""Return the url associated with the repo."""
206206
if repo.startswith('k8s.io/'):
207207
repo = 'github.com/kubernetes/%s' % (repo[len('k8s.io/'):])
208-
elif repo.startswith('sigs.k8.io/'):
208+
elif repo.startswith('sigs.k8s.io/'):
209209
repo = 'github.com/kubernetes-sigs/%s' % (repo[len('sigs.k8s.io/'):])
210210
elif repo.startswith('istio.io/'):
211211
repo = 'github.com/istio/%s' % (repo[len('istio.io/'):])

0 commit comments

Comments
 (0)