From 5423672a21e5741bee13127eabcede7aee3fb8ff Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Tue, 21 Feb 2023 20:19:21 +0100 Subject: [PATCH] Make gerrit_monitoring.py executable Change-Id: Id9ab768dc5d1f38e18079f01e381a10a629e627e --- README.md | 4 ++-- gerrit_monitoring.py | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 gerrit_monitoring.py diff --git a/README.md b/README.md index 47a43e2..08bfa96 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ This project provides a script to quickly install the monitoring setup. To use it, run: ```sh -pipenv run python ./gerrit_monitoring.py \ +pipenv run ./gerrit_monitoring.py \ --config config.yaml \ install \ [--output ./dist] \ @@ -277,7 +277,7 @@ The `./gerrit_monitoring.py uninstall`-script will automatically remove the charts installed in the configured namespace and delete the namespace as well: ```sh -pipenv run python ./gerrit_monitoring.py \ +pipenv run ./gerrit_monitoring.py \ --config config.yaml \ uninstall ``` diff --git a/gerrit_monitoring.py b/gerrit_monitoring.py old mode 100644 new mode 100755