1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixed a typo in the fetch module documentation

This commit is contained in:
Joshua Lund 2013-10-02 16:02:18 -06:00
parent d21714a37f
commit db8dd1dcc2

View file

@ -47,7 +47,7 @@ options:
Allows you to override the default behavior of prepending hostname/path/to/file to Allows you to override the default behavior of prepending hostname/path/to/file to
the destination. If dest ends with '/', it will use the basename of the source the destination. If dest ends with '/', it will use the basename of the source
file, similar to the copy module. Obviously this is only handy if the filenames file, similar to the copy module. Obviously this is only handy if the filenames
are unqiue. are unique.
requirements: [] requirements: []
author: Michael DeHaan author: Michael DeHaan
''' '''