From b44a572e0e3304572d4dc4603727109ee973fb7b Mon Sep 17 00:00:00 2001 From: yoni Date: Tue, 29 Oct 2024 18:11:49 +0200 Subject: [PATCH] typo --- docs/howto/garbage-collection/standalone-gc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/garbage-collection/standalone-gc.md b/docs/howto/garbage-collection/standalone-gc.md index 840bb0506ec..1b182005213 100644 --- a/docs/howto/garbage-collection/standalone-gc.md +++ b/docs/howto/garbage-collection/standalone-gc.md @@ -187,7 +187,7 @@ These keys can be provided in the following ways: 2. Environment variables: by setting `LAKEFS_SGC_`, with uppercase letters and `.`s converted to `_`s. \ For example `logging.level` will be: ```bash - export LAKEFS_SGC_LOGGING_LEVEL=info` + export LAKEFS_SGC_LOGGING_LEVEL=info ``` Example (minimalistic) config file: