From b209bc67b4c87d575e3bb2d4659e63fa8fb7fd43 Mon Sep 17 00:00:00 2001 From: bxbrenden Date: Mon, 28 Aug 2023 09:52:44 -0700 Subject: [PATCH] Fix typo in description of scm_update_on_launch (#14382) --- awx_collection/plugins/modules/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/plugins/modules/project.py b/awx_collection/plugins/modules/project.py index 3b7e37bcce59..2621e57ab2a0 100644 --- a/awx_collection/plugins/modules/project.py +++ b/awx_collection/plugins/modules/project.py @@ -83,7 +83,7 @@ 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: