mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-18 13:40:37 +00:00
Fix jsonnet_files wildcard
Just a typo in a path. Signed-off-by: Tristan Partin <tristan@neon.tech>
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
jsonnet_files = $(wildcard etc/*.jsonnet etc/*.libsonnet)
|
||||
jsonnet_files = $(wildcard \
|
||||
etc/*.jsonnet \
|
||||
etc/sql_exporter/*.libsonnet)
|
||||
|
||||
.PHONY: all
|
||||
all: neon_collector.yml neon_collector_autoscaling.yml sql_exporter.yml sql_exporter_autoscaling.yml
|
||||
|
||||
Reference in New Issue
Block a user