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
This commit is contained in:
Ondřej Budai 2022-08-03 19:32:22 +02:00 committed by Ondřej Budai
parent 69595bd645
commit 1a1c6b2714

View file

@ -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"