Skip to content

Commit 5fa246a

Browse files
fix: lint-metrics scripts (#363)
The prom_metric_linter.sh script was missing a shebang line, which caused the lint-metrics make task to fail in certain configurations. Signed-off-by: Nestor Acuna Blanco <[email protected]>
1 parent 3b4ef3d commit 5fa246a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/prom_metric_linter.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
set -e
24

35
linter_image_tag="v0.0.3"

0 commit comments

Comments
 (0)