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

Commit d502516

Browse files
committed
Fixed linter
Signed-off-by: Marco Pracucci <marco@pracucci.com>
1 parent e72a798 commit d502516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex/config.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
// Use the Cortex chunks storage engine by default, while giving the ability
5858
// to switch to blocks storage.
5959
storage_engine: 'chunks', // Available options are 'chunks' or 'blocks'
60-
blocks_storage_backend: 'gcs', // Available options are 'gcs', 's3', 'azure'
60+
blocks_storage_backend: 'gcs', // Available options are 'gcs', 's3', 'azure'
6161
blocks_storage_bucket_name: error 'must specify blocks storage bucket name',
6262
blocks_storage_s3_endpoint: 's3.dualstack.us-east-1.amazonaws.com',
6363
blocks_storage_azure_account_name: if $._config.blocks_storage_backend == 'azure' then error 'must specify azure account name' else '',

0 commit comments

Comments
 (0)