Skip to content

Commit

Permalink
Fix local POSIX permissions docs (#7963)
Browse files Browse the repository at this point in the history
* Fix local POSIX permissions docs

* Fix typo
  • Loading branch information
itaigilo authored Jul 8, 2024
1 parent e7e001e commit b92bc41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/experimental/lakectl_local_posix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit b92bc41

Please sign in to comment.