From e9b600816ae6ea4dcdf9c469d8c6c4d0809e3176 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Thu, 14 May 2020 20:37:33 +0300 Subject: [PATCH] fix kubernetes-tools in template --- images/linux/ubuntu2004.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/ubuntu2004.json b/images/linux/ubuntu2004.json index f03425709..4870b4e23 100644 --- a/images/linux/ubuntu2004.json +++ b/images/linux/ubuntu2004.json @@ -203,7 +203,7 @@ "{{template_dir}}/scripts/installers/image-magick.sh", "{{template_dir}}/scripts/installers/java-tools.sh", "{{template_dir}}/scripts/installers/kind.sh", - "{{template_dir}}/scripts/installers/2004/kubernetes-tools.sh", + "{{template_dir}}/scripts/installers/kubernetes-tools.sh", "{{template_dir}}/scripts/installers/leiningen.sh", "{{template_dir}}/scripts/installers/2004/mercurial.sh", "{{template_dir}}/scripts/installers/miniconda.sh",