Files
kubernetes/pkg/kubectl
k8s-merge-robot f1ccc2f1be Merge pull request #26354 from csrwng/fix_visitor_error
Automatic merge from submit-queue

kubectl: fix URLVisitor error message

The status of a failed fetch will usually include the code, resulting in a duplicate code in the error message:
```
unable to read URL "http://git:8080/ruby-hello-world.git", server reported 401 401 Unauthorized
```

This change rearranges them so at least the message doesn't stutter (and includes the code in case it's not part of the status):
```
unable to read URL "http://git:8080/ruby-hello-world.git", server reported 401 Unauthorized, status code 401
```

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
2016-06-09 02:43:27 -07:00
..
2016-05-13 12:41:40 -07:00
2016-02-18 21:24:21 -05:00
2016-05-12 00:07:07 -04:00
2016-05-29 02:09:39 -07:00
2016-05-10 09:55:14 -07:00
2016-05-10 13:49:39 -07:00
2016-05-29 02:09:39 -07:00
2016-05-21 15:48:40 +02:00
2016-04-29 17:12:10 -04:00
2016-02-18 21:24:21 -05:00
2016-05-12 00:07:07 -04:00
2015-08-05 17:30:03 -07:00
2016-04-29 17:12:10 -04:00
2015-08-05 17:30:03 -07:00