diff options
author | bxbrenden <brendenahyde@gmail.com> | 2023-08-28 18:52:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-28 18:52:44 +0200 |
commit | b209bc67b4c87d575e3bb2d4659e63fa8fb7fd43 (patch) | |
tree | 236dc44538d57b05a48b329d1ed08d69688a8877 /awx_collection | |
parent | Fix default redis url to pass check in redis-py>4.4 (#14344) (diff) | |
download | awx-b209bc67b4c87d575e3bb2d4659e63fa8fb7fd43.tar.xz awx-b209bc67b4c87d575e3bb2d4659e63fa8fb7fd43.zip |
Fix typo in description of scm_update_on_launch (#14382)
Diffstat (limited to 'awx_collection')
-rw-r--r-- | awx_collection/plugins/modules/project.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/plugins/modules/project.py b/awx_collection/plugins/modules/project.py index 3b7e37bcce..2621e57ab2 100644 --- a/awx_collection/plugins/modules/project.py +++ b/awx_collection/plugins/modules/project.py @@ -83,7 +83,7 @@ options: type: bool scm_update_on_launch: description: - - Before an update to the local repository before launching a job with this project. + - Perform an update to the local repository before launching a job with this project. type: bool scm_update_cache_timeout: description: |