From 1a1c6b271487ec6882095c6929b54ea3ce0348c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 3 Aug 2022 19:32:22 +0200 Subject: [PATCH] devel/gen-dashboard: use python3 explicitly in the shebang So people don't have to install python-unversioned-command on Fedora. It saves you 11 kB of disk space, worth it. :P --- devel/gen-dashboards | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/gen-dashboards b/devel/gen-dashboards index 33338880..c88c2897 100755 --- a/devel/gen-dashboards +++ b/devel/gen-dashboards @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import argparse, sys, yaml TEMPLATE_DIR="../../image-builder/templates/dashboards/grafana-dashboard-insights-image-builder-general.configmap.yml"