Skip to content

Commit

Permalink
fix: lint-metrics scripts (#363)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nestoracunablanco authored Oct 25, 2024
1 parent 3b4ef3d commit 5fa246a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/prom_metric_linter.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

set -e

linter_image_tag="v0.0.3"
Expand Down

0 comments on commit 5fa246a

Please sign in to comment.