diff --git a/jekyll/_cci2/machine-runner-3-configuration-reference.adoc b/jekyll/_cci2/machine-runner-3-configuration-reference.adoc index a5b4a054331..90a4ff26d74 100644 --- a/jekyll/_cci2/machine-runner-3-configuration-reference.adoc +++ b/jekyll/_cci2/machine-runner-3-configuration-reference.adoc @@ -164,7 +164,7 @@ runner: `$CIRCLECI_RUNNER_WORK_DIR` -This directory takes a fully qualified path and allows you to control the default working directory used by each job. If the directory already exists, the task-agent will need permissions to write to the directory. If the directory does not exist, then the task-agent will need permissions to create the directory. If installing multiple launch-agents on the same machine, each launch-agent will need a unique working directory. +This directory takes a fully qualified path and allows you to control the default working directory used by each job. If the directory already exists, the task-agent will need permissions to write to the directory. If the directory does not exist, then the task-agent will need permissions to create the directory. NOTE: These directories will not be removed automatically, see `cleanup_working_directory` to configure cleanup of directory.