Skip to content

Commit

Permalink
fix(config): update file mode in group shared cache (#4796)
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein authored Aug 23, 2023
1 parent da3c2a7 commit 641c4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/user-guide/project-structure/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ section):

- `cache.shared` - permissions for newly created or downloaded cache files and
directories. The only accepted value right now is `group`, which makes DVC use
`664` (rw-rw-r--) for files and `775` (rwxrwxr-x) for directories. This is
`444` (r--r--r--) for files and `775` (rwxrwxr-x) for directories. This is
useful when [sharing a cache] among projects. The default permissions for
cache files is system dependent. In Linux and macOS for example, they're
determined using [`os.umask`].
Expand Down

0 comments on commit 641c4a9

Please sign in to comment.