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.
2 parents 2f96d95 + e8df4e4 commit 16d1af1Copy full SHA for 16d1af1
jenkins/bootstrap.py
@@ -205,7 +205,7 @@ def repository(repo, ssh):
205
"""Return the url associated with the repo."""
206
if repo.startswith('k8s.io/'):
207
repo = 'github.com/kubernetes/%s' % (repo[len('k8s.io/'):])
208
- elif repo.startswith('sigs.k8.io/'):
+ elif repo.startswith('sigs.k8s.io/'):
209
repo = 'github.com/kubernetes-sigs/%s' % (repo[len('sigs.k8s.io/'):])
210
elif repo.startswith('istio.io/'):
211
repo = 'github.com/istio/%s' % (repo[len('istio.io/'):])
0 commit comments