Merge pull request #4345 from jlund/fetch-typo
Fixed a typo in the fetch module documentation
This commit is contained in:
commit
a94a141ad5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue