Update filesystem.mdx (#13738)

fix alloc working directory path
This commit is contained in:
asymmetric 2022-07-25 15:25:48 +01:00 committed by GitHub
parent 12ef89a61a
commit b89718d70e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ description: |-
Nomad creates a working directory for each allocation on a client. This
directory can be found in the Nomad [`data_dir`] at
`./allocs/«alloc_id»`. The allocation working directory is where Nomad
`./alloc/«alloc_id»`. The allocation working directory is where Nomad
creates task directories and directories shared between tasks, write logs for
tasks, and downloads artifacts or templates.