From 42b7940a4b7ffd53d781b85f25c010325dbf0e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20K=C3=A4ldstr=C3=B6m?= Date: Mon, 18 Jun 2018 21:48:34 +0300 Subject: [PATCH] cri-tools deb: Rename cri_tools to the correct cri-tools --- build/debs/BUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/debs/BUILD b/build/debs/BUILD index af058886508..17ee17563cd 100644 --- a/build/debs/BUILD +++ b/build/debs/BUILD @@ -14,7 +14,7 @@ release_filegroup( name = "debs", srcs = [ ":cloud-controller-manager.deb", - ":cri_tools.deb", + ":cri-tools.deb", ":kubeadm.deb", ":kubectl.deb", ":kubelet.deb", @@ -89,7 +89,7 @@ pkg_tar( ) pkg_tar( - name = "cri_tools-data", + name = "cri-tools-data", package_dir = "/usr/bin", deps = ["@cri_tools//file"], ) @@ -176,7 +176,7 @@ The Container Networking Interface tools for provisioning container networks. ) k8s_deb( - name = "cri_tools", + name = "cri-tools", description = """Container Runtime Interface tools (crictl)""", version = CRI_TOOLS_VERSION, )