fix build

This commit is contained in:
Mike Danese
2015-08-05 15:09:43 -07:00
parent 17defc7383
commit fb02b33e99
3 changed files with 4 additions and 3 deletions

2
hack/lib/golang.sh Normal file → Executable file
View File

@@ -15,7 +15,7 @@
# limitations under the License.
# The golang package that we are building.
readonly KUBE_GO_PACKAGE=github.com/GoogleCloudPlatform/kubernetes
readonly KUBE_GO_PACKAGE=k8s.io/kubernetes
readonly KUBE_GOPATH="${KUBE_OUTPUT}/go"
# Load contrib target functions