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:
parent
69595bd645
commit
1a1c6b2714
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue