diff --git a/docs/administrator-documentation/moderne-platform/how-to-guides/agent-configuration/configure-agent-files-service.md b/docs/administrator-documentation/moderne-platform/how-to-guides/agent-configuration/configure-agent-files-service.md index 8b5b47a6..05954f1a 100644 --- a/docs/administrator-documentation/moderne-platform/how-to-guides/agent-configuration/configure-agent-files-service.md +++ b/docs/administrator-documentation/moderne-platform/how-to-guides/agent-configuration/configure-agent-files-service.md @@ -29,11 +29,11 @@ To generate this `repos.csv`, we recommend using "[repo fetchers](https://github ## commitOptions.txt -This is an optional file, which allows for custom commit options for individual repositories. When no commit options are provided for a specific repositories we will use the default commit options which are specified in that [agent configuration](agent-variables.md#all-agent-configuration-variables) or all commit options if no default are provided. +This is an optional file, which allows for custom commit options for individual repositories. When no commit options are provided for a specific repositories we will fall back the default commit options which are specified in the [agent configuration](agent-variables.md#all-agent-configuration-variables) or all commit options if no default are provided. If you want to provide specific commit options for specific repositories, these can be provided in a text file with the following format: ```text -My_Organzation_ID_1=Branch,PullRequest -My_Organzation_ID_2=Branch,Direct,PullRequest +My Organzation ID 1=Branch,PullRequest +My Organzation ID 2=Branch,Direct,PullRequest ``` ## idMapping.txt