From 7d77a46c6c461fd6a328ae9664cfb93d6d19d283 Mon Sep 17 00:00:00 2001 From: Sen Lu Date: Tue, 22 Nov 2016 14:18:50 -0800 Subject: [PATCH] kuberentes --- staging/copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/copy.sh b/staging/copy.sh index 4740d6ba05b..caaf9234b2b 100755 --- a/staging/copy.sh +++ b/staging/copy.sh @@ -85,7 +85,7 @@ echo "generating vendor/" GO15VENDOREXPERIMENT=1 godep save ./... popd > /dev/null -echo "moving vendor/k8s.io/kuberentes" +echo "moving vendor/k8s.io/kubernetes" cp -rn "${CLIENT_REPO_TEMP}"/vendor/k8s.io/kubernetes/. "${CLIENT_REPO_TEMP}"/ rm -rf "${CLIENT_REPO_TEMP}"/vendor/k8s.io/kubernetes # client-go will share the vendor of the main repo for now. When client-go