mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
git module documentation: removed incorrect use of term 'remote branch' (should just be 'remote').
This commit is contained in:
parent
7a6267ec36
commit
c01bc23f63
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: "origin"
|
default: "origin"
|
||||||
description:
|
description:
|
||||||
- Name of the remote branch.
|
- Name of the remote.
|
||||||
force:
|
force:
|
||||||
required: false
|
required: false
|
||||||
default: "yes"
|
default: "yes"
|
||||||
|
|
Loading…
Reference in a new issue