From 730f323a892c008b0790f2b1d8d78dbaa9d00f48 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20Ospal=C3=BD?= Date: Mon, 5 Aug 2019 17:43:25 +0200 Subject: [PATCH] Move help script to tools MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I03d1c65d05df534aecff5c6d08cfbdf97705dbdf Issue-ID: OOM-1984 Signed-off-by: Petr Ospalý --- helm_deployment_status.py => tools/helm_deployment_status.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename helm_deployment_status.py => tools/helm_deployment_status.py (100%) diff --git a/helm_deployment_status.py b/tools/helm_deployment_status.py similarity index 100% rename from helm_deployment_status.py rename to tools/helm_deployment_status.py -- 2.16.6