From 309b200c33e4c475503b3e52b1b2ebe1d124a848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=93=AD=E6=AF=85?= Date: Thu, 2 Dec 2021 15:45:08 +0800 Subject: [PATCH] fix helm push conflict, see chartmuseum/helm-push#116 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 铭毅 --- cmd/{helmpush => helm-cm-push}/main.go | 0 cmd/{helmpush => helm-cm-push}/main_test.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename cmd/{helmpush => helm-cm-push}/main.go (100%) rename cmd/{helmpush => helm-cm-push}/main_test.go (100%) diff --git a/cmd/helmpush/main.go b/cmd/helm-cm-push/main.go similarity index 100% rename from cmd/helmpush/main.go rename to cmd/helm-cm-push/main.go diff --git a/cmd/helmpush/main_test.go b/cmd/helm-cm-push/main_test.go similarity index 100% rename from cmd/helmpush/main_test.go rename to cmd/helm-cm-push/main_test.go