From 375025d2e3edf2dca764a50c1c213286f38fc9c2 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 9 Dec 2014 09:02:05 -0800 Subject: [PATCH] Change git update param documentation to match reality --- source_control/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source_control/git.py b/source_control/git.py index 44d4c143450..6b85783db20 100644 --- a/source_control/git.py +++ b/source_control/git.py @@ -103,7 +103,7 @@ options: choices: [ "yes", "no" ] version_added: "1.2" description: - - If C(no), just returns information about the repository without updating. + - If C(no), do not retrieve new revisions from the origin repository executable: required: false default: null