From b92bc412c5c94e4d0f25c66846f1bfbbd2d96755 Mon Sep 17 00:00:00 2001 From: itaigilo Date: Mon, 8 Jul 2024 09:41:02 +0300 Subject: [PATCH] Fix local POSIX permissions docs (#7963) * Fix local POSIX permissions docs * Fix typo --- docs/experimental/lakectl_local_posix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/experimental/lakectl_local_posix.md b/docs/experimental/lakectl_local_posix.md index 7ae48fd92b3..dc81c7d174c 100644 --- a/docs/experimental/lakectl_local_posix.md +++ b/docs/experimental/lakectl_local_posix.md @@ -23,7 +23,7 @@ This experimental feature is used to: ## Configuration By default, this feature is disabled. Enabling file permission tracking is done via the configuration variable -`experimental.local.posix_permissions_enabled` which can be added to the lakectl.yaml file: +`experimental.local.posix_permissions.enabled` which can be added to the lakectl.yaml file: ```yaml credentials: @@ -44,7 +44,7 @@ By default, this feature is disabled. Enabling file permission tracking is done ``` It is also possible to enable this feature via the corresponding environment variable: -`LAKECTL_EXPERIMENTAL_LOCAL_UNIX_PERMISSIONS_ENABLED` +`LAKECTL_EXPERIMENTAL_LOCAL_POSIX_PERMISSIONS_ENABLED` ## Usage