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 7c1c965918
commit 1d3ee6a70d

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.