git - clarify behavior of dest parameter (#71950)

pull/25260/head
Sandra McCann 4 years ago committed by GitHub
parent 0e480d38dd
commit d051e66b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,6 +28,8 @@ options:
dest:
description:
- The path of where the repository should be checked out. This
is equivalent to C(git clone [repo_url] [directory]). The repository
named in C(repo) is not appended to this path and the destination directory must be empty. This
parameter is required, unless C(clone) is set to C(no).
type: path
required: true

Loading…
Cancel
Save