Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit c81e6e4

Browse files
committed
Fixed syntax error
Signed-off-by: Marco Pracucci <[email protected]>
1 parent db13df4 commit c81e6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex/distributor.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
// Do not extend the replication set on unhealthy (or LEAVING) ingester when "unregister on shutdown"
4141
// is set to false.
4242
'distributor.extend-writes': $._config.unregister_ingesters_on_shutdown,
43-
),
43+
},
4444

4545
distributor_ports:: $.util.defaultPorts,
4646

0 commit comments

Comments
 (0)