From 9be07dbc6fe8e3c95f0834aefb6d048dce1cdb8a Mon Sep 17 00:00:00 2001 From: Greg <36741392+Gregoire-perso@users.noreply.github.com> Date: Fri, 20 Mar 2026 16:00:22 +0100 Subject: [PATCH] fix typo in states.file.directory documentation --- salt/states/file.py | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/states/file.py b/salt/states/file.py index d25b5a093d9b..1bc08b613e34 100644 --- a/salt/states/file.py +++ b/salt/states/file.py @@ -4054,7 +4054,6 @@ def directory( a list of strings representing what you would like to recurse. If ``mode`` is defined, will recurse on both ``file_mode`` and ``dir_mode`` if they are defined. If ``ignore_files`` or ``ignore_dirs`` is included, files or - directories will be left unchanged respectively. directories will be left unchanged respectively. If ``silent`` is defined, individual file/directory change notifications will be suppressed.